simple-multicast  0.2.1
All Files Functions Typedefs Macros Pages
mcast6-client.h
Go to the documentation of this file.
1 
29 #ifndef __MCAST6_CLIENT_H__
30 #define __MCAST6_CLIENT_H__
31 
32 #include "../compatibility.h"
33 
44 int mcast6_client(const char *mcast_group, int receiving_port);
45 //int ssm6_client(const char *mcast_group, const char *ssm_source, int receiving_port);
46 
47 #endif