X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=udp.h;h=8f26e15a6f40907f48fcc33b93a2c3dd5c9addc3;hb=4b0ff99282a91bba93eec9db37831be73b8134e4;hp=4ff3aa3d05707e598b42844a687cc182fae83027;hpb=3c779c1093a5cb6314bc366c6135fb2eaac8cdeb;p=libradsec.git diff --git a/udp.h b/udp.h index 4ff3aa3..8f26e15 100644 --- a/udp.h +++ b/udp.h @@ -6,10 +6,8 @@ * 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); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */