simple-multicast  0.2.1
All Files Functions Typedefs Macros Pages
mcast-client.h
Go to the documentation of this file.
1 
29 #ifndef __MCAST_CLIENT_H__
30 #define __MCAST_CLIENT_H__
31 
32 #include "../compatibility.h"
33 
34 
45 int mcast_client(const char *mcast_group, int receiving_port);
46 
59 int ssm_client(const char *mcast_group, const char *ssm_source, int receiving_port);
60 
61 #endif