diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-06 17:08:41 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-06 17:08:41 +0100 |
commit | f082f0d0617d12854a5fd0dc683d357144e36c5c (patch) | |
tree | 71f49620ab48fbba4b82a0a153f2597e3ff0de2b /lib/event.h | |
parent | 43d0740f143ba737a1fc5ace3a323ffa8b09e7ae (diff) |
Move event_set_timeout --> tcp_set_connect_timeout.
Diffstat (limited to 'lib/event.h')
-rw-r--r-- | lib/event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/event.h b/lib/event.h index 5395f58..e5ea90c 100644 --- a/lib/event.h +++ b/lib/event.h @@ -1,7 +1,6 @@ /* Copyright 2011 NORDUnet A/S. All rights reserved. See the file COPYING for licensing information. */ -int event_set_timeout (struct rs_connection *conn); void event_on_disconnect (struct rs_connection *conn); void event_on_connect (struct rs_connection *conn, struct rs_packet *pkt); int event_loopbreak (struct rs_connection *conn); |