summaryrefslogtreecommitdiff
path: root/lib/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tcp.h')
-rw-r--r--lib/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tcp.h b/lib/tcp.h
index 8f519bb..fc2c4df 100644
--- a/lib/tcp.h
+++ b/lib/tcp.h
@@ -4,4 +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);
+int tcp_init_connect_timer (struct rs_connection *conn);