From 8d80bf94fc38a158f3721e6725aa48b3993e157a Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 19 Dec 2008 11:18:42 +0000 Subject: cleaning up code git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@442 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- udp.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'udp.h') diff --git a/udp.h b/udp.h index 4ff3aa3..3d4e02d 100644 --- a/udp.h +++ b/udp.h @@ -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); -- cgit v1.1