X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=udp.h;h=8f26e15a6f40907f48fcc33b93a2c3dd5c9addc3;hb=345a7088838882e69b053490f9714590192b79f6;hp=e4f10072190008156551838fe7d4fd52fc0d9910;hpb=0821c152301b03565125e823f580deef4812d554;p=libradsec.git diff --git a/udp.h b/udp.h index e4f1007..8f26e15 100644 --- a/udp.h +++ b/udp.h @@ -6,9 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ -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); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */