X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dtls.h;h=27183db66688b89604695b83d3f863f22cd2aa30;hb=refs%2Fheads%2Flicensing;hp=3005e1809d641ab3f6e40fde93a2716a9ba9a783;hpb=a2a0f702e632d9219628fc467e1d2e5bde2eab7d;p=libradsec.git diff --git a/dtls.h b/dtls.h index 3005e18..27183db 100644 --- a/dtls.h +++ b/dtls.h @@ -1,16 +1,9 @@ -/* - * Copyright (C) 2008 Stig Venaas - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2006-2010, UNINETT AS + * Copyright (c) 2010-2012, NORDUnet A/S */ +/* See LICENSE for licensing information. */ -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 addserverextradtls(struct clsrvconf *conf); -void initextradtls(); +const struct protodefs *dtlsinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */