hop-2012/relay.h

7 lines
120 B
C
Raw Normal View History

2010-12-27 21:56:42 +00:00
#ifndef cmsg_relay_h
#define cmsg_relay_h
extern void start_relay(struct sockaddr_in const *peername, int fd);
#endif