diff options
Diffstat (limited to 'lib/tcp.h')
-rw-r--r-- | lib/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ void tcp_event_cb (struct bufferevent *bev, short events, void *user_data); void tcp_read_cb (struct bufferevent *bev, void *user_data); void tcp_write_cb (struct bufferevent *bev, void *ctx); +int tcp_set_connect_timeout (struct rs_connection *conn); |