From f082f0d0617d12854a5fd0dc683d357144e36c5c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 6 Mar 2011 17:08:41 +0100 Subject: Move event_set_timeout --> tcp_set_connect_timeout. --- lib/tcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tcp.h') 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); -- cgit v1.1