X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=udp.h;h=8f26e15a6f40907f48fcc33b93a2c3dd5c9addc3;hb=c1f196080a7cb867afd3dee50e2910899cbf5f46;hp=af375d6cc6804c51d6bafdc39f2bc71bb39c16a3;hpb=193b6127860d8bd6ec638fb3d74ceff63698fb8d;p=libradsec.git diff --git a/udp.h b/udp.h index af375d6..8f26e15 100644 --- a/udp.h +++ b/udp.h @@ -6,7 +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 *udpserverwr(void *arg); +const struct protodefs *udpinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */