summaryrefslogtreecommitdiff
path: root/lib/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tcp.h')
-rw-r--r--lib/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tcp.h b/lib/tcp.h
index eae3e7b..8f519bb 100644
--- a/lib/tcp.h
+++ b/lib/tcp.h
@@ -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);