X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dtls.h;h=3426e638a7d2b4b1acdf5a9351900427f954eb75;hb=b7cd7fa81980ded55692b8cea770fd0a698ed7ec;hp=1e664c3d2b28abd793827dbf0a757ba21ebbf018;hpb=3c779c1093a5cb6314bc366c6135fb2eaac8cdeb;p=libradsec.git diff --git a/dtls.h b/dtls.h index 1e664c3..3426e63 100644 --- a/dtls.h +++ b/dtls.h @@ -6,10 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ -void dtlssetsrcres(char *source); -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: */