#ifndef _MULTICAST_H_
|
|
#define _MULTICAST_H_
|
|
|
|
int mcast_init();
|
|
|
|
int mcast_send(int sock, char *buf, int len);
|
|
|
|
void msock_close(int sock);
|
|
|
|
#endif // _MULTICAST_H_
|