cleaning up code
[radsecproxy.git] / udp.h
1 /*
2  * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
3  *
4  * Permission to use, copy, modify, and distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  */
8
9 void udpsetsrcres(char *source);
10 int clientradputudp(struct server *server, unsigned char *rad);
11 void *udpclientrd(void *arg);
12 void *udpserverrd(void *arg);
13 void addclientudp(struct client *client);
14 void addserverextraudp(struct clsrvconf *conf);
15 void initextraudp();