summaryrefslogtreecommitdiff
path: root/src/ivysocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivysocket.h')
-rw-r--r--src/ivysocket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h
index c656312..604e65f 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -66,7 +66,8 @@ extern void SocketServerClose( Server server );
extern void SocketClose( Client client );
extern int SocketSend( Client client, char *fmt, ... );
-extern int SocketSendRaw( Client client, char *buffer, int len );
+extern int SocketSendRaw( const Client client, const char *buffer, const int len );
+extern int SocketSendRawWithId( const Client client, const char *id, const char *buffer, const int len );
extern char *SocketGetPeerHost( Client client );
extern void SocketSetData( Client client, void *data );
extern void *SocketGetData( Client client );