X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=udp.h;h=3d4e02d118ef400bfce806a4386f846e5ee705c7;hb=8d80bf94fc38a158f3721e6725aa48b3993e157a;hp=4ff3aa3d05707e598b42844a687cc182fae83027;hpb=3c779c1093a5cb6314bc366c6135fb2eaac8cdeb;p=radsecproxy.git 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);