X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dtls.h;h=3426e638a7d2b4b1acdf5a9351900427f954eb75;hb=e627ff1d2b8888897c04f7b368cc307f948be6ff;hp=af9054d0ccec0adc7c32d9f672c93dc82b9d1202;hpb=0821c152301b03565125e823f580deef4812d554;p=libradsec.git diff --git a/dtls.h b/dtls.h index af9054d..3426e63 100644 --- a/dtls.h +++ b/dtls.h @@ -6,12 +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 *dtlsservernew(void *arg); -void *dtlsclientrd(void *arg); -void *udpdtlsclientrd(void *arg); -int clientradputdtls(struct server *server, unsigned char *rad); -void addclientdtls(struct client *client); -void addserverextradtls(struct clsrvconf *conf); -void initextradtls(); +const struct protodefs *dtlsinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */