From cb71e0ab34cd480ba066650f69fab28e2026c866 Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 20 Dec 2000 16:23:05 +0000 Subject: ajout de SocketAddMember pour le multicast. --- src/ivysocket.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 ); -- cgit v1.1