diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-02-05 11:10:02 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-02-05 11:10:02 +0100 |
commit | 3d954bfd2f658ac05a0f20a1241738ed3e3fdd28 (patch) | |
tree | d95b364fbab298c9b94c9c729afc98904c7c5bb0 /lib/tcp.h | |
parent | 67bdfa83f1879312fef0fbac769f6fb45df12d1a (diff) |
Move lib to the root.
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); |