cachesyncd/multicast.h

11 lines
164 B
C
Raw Normal View History

2006-06-23 22:02:31 +02:00
#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_