d457cfdd4b866960897681b554c5269d1a396dbd
[radsecproxy.git] / lib / tls.h
1 /* Copyright 2010 NORDUnet A/S. All rights reserved.
2    See the file COPYING for licensing information.  */
3
4 #if defined (__cplusplus)
5 extern "C" {
6 #endif
7
8 int rs_tls_init (struct rs_connection *conn);
9
10 #if defined (__cplusplus)
11 }
12 #endif