diff options
Diffstat (limited to 'src/ivysocket.h')
-rw-r--r-- | src/ivysocket.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h index 4602b64..0d9fddb 100644 --- a/src/ivysocket.h +++ b/src/ivysocket.h @@ -6,7 +6,7 @@ * * Sockets * - * Authors: Francois-Regis Colin <fcolin@cena.dgac.fr> + * Authors: Francois-Regis Colin <fcolin@cena.fr> * * $Id$ * @@ -77,11 +77,13 @@ extern void SocketBroadcast( char *fmt, ... ); extern Client SocketConnect( char * host, unsigned short port, void *data, SocketInterpretation interpretation, + char terminator, void (*handle_delete)(Client client, void *data) ); extern Client SocketConnectAddr( struct in_addr * addr, unsigned short port, void *data, SocketInterpretation interpretation, + char terminator, void (*handle_delete)(Client client, void *data) ); extern int SocketWaitForReply( Client client, char *buffer, int size, int delai); |