X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dtls.h;h=3426e638a7d2b4b1acdf5a9351900427f954eb75;hb=a35931ff6bf382ace123d2649e1a660c522a640c;hp=2677b17bfe477de579febd271bd787ba339c6412;hpb=5ffb1376dd0a2f1f55cfc0511bd3ef38be6e4d1d;p=libradsec.git diff --git a/dtls.h b/dtls.h index 2677b17..3426e63 100644 --- a/dtls.h +++ b/dtls.h @@ -6,9 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ -void *udpdtlsserverrd(void *arg); -int dtlsconnect(struct server *server, struct timeval *when, int timeout, char *text); -void *dtlsclientrd(void *arg); -int clientradputdtls(struct server *server, unsigned char *rad); -void addserverextradtls(struct clsrvconf *conf); -void initextradtls(); +const struct protodefs *dtlsinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */