Update copyright and licensing information.
[libradsec.git] / dtls.h
1 /* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
2  * Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
3  * Copyright (c) 2010-2012, NORDUnet A/S. */
4 /* See LICENSE for licensing information. */
5
6 const struct protodefs *dtlsinit(uint8_t h);
7
8 /* Local Variables: */
9 /* c-file-style: "stroustrup" */
10 /* End: */