summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ivysocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 065c42d..4dbe86b 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -78,6 +78,9 @@ extern Client SocketBroadcastCreate(
void *data,
SocketInterpretation interpretation
);
+/* Socket Multicast */
+extern int SocketAddMember( Client client, unsigned long host );
+
/* recuperation de l'emetteur du message */
extern struct in_addr * SocketGetRemoteAddr( Client client );
extern void SocketGetRemoteHost (Client client, char **host, unsigned short *port );