diff options
Diffstat (limited to 'lib/tcp.h')
-rw-r--r-- | lib/tcp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/tcp.h b/lib/tcp.h deleted file mode 100644 index eddc4c8..0000000 --- a/lib/tcp.h +++ /dev/null @@ -1,7 +0,0 @@ -/* Copyright 2011 NORDUnet A/S. All rights reserved. - See LICENSE for licensing information. */ - -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_init_connect_timer (struct rs_connection *conn); |