From 5a19a3603418ed80bd39fc3a260ff6557045f7b0 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 20 May 2005 15:29:54 +0000 Subject: portages des modifications sur windows --- src/ivysocket.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ivysocket.h') diff --git a/src/ivysocket.h b/src/ivysocket.h index 5dfdf0a..4602b64 100644 --- a/src/ivysocket.h +++ b/src/ivysocket.h @@ -49,7 +49,8 @@ extern "C" { extern void SocketInit(); /* utility fonction do make vsprintf without buffer limit */ -extern int make_message(char ** buffer, int *size, const char *fmt, va_list ap); +extern int make_message(char ** buffer, int *size, int offset, const char *fmt, va_list ap); +extern int make_message_var(char ** buffer, int *size, int offset, const char *fmt, ...); /* Forward def */ typedef struct _client *Client; @@ -68,8 +69,6 @@ extern void SocketServerClose( Server server ); extern void SocketClose( Client client ); extern void SocketSend( Client client, char *fmt, ... ); -extern void SocketSendBuffered (Client client, char *fmt, ... ); -extern void SocketFlush ( Client client ); extern void SocketSendRaw( Client client, char *buffer, int len ); extern char *SocketGetPeerHost( Client client ); extern void SocketSetData( Client client, void *data ); -- cgit v1.1