diff options
Diffstat (limited to 'udp.h')
-rw-r--r-- | udp.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -6,10 +6,4 @@ * copyright notice and this permission notice appear in all copies. */ -void udpsetsrcres(char *source); -int clientradputudp(struct server *server, unsigned char *rad); -void *udpclientrd(void *arg); -void *udpserverrd(void *arg); -void addclientudp(struct client *client); -void addserverextraudp(struct clsrvconf *conf); -void initextraudp(); +const struct protodefs *udpinit(uint8_t h); |