summaryrefslogtreecommitdiffstats
path: root/bin/conn.h
blob: f5b33a9428ef7ad3782975dceb701008d1a7473b (plain)
1
2
3
4
5
6
7
8
#ifndef CONN_H
#define CONN_H

#include <ev.h>

int conn_init(struct ev_loop *loop, const char *socket_path);

#endif