Add extern "C" guards to all header files.
[radsecproxy.git] / lib / tls.h
1 /* See the file COPYING for licensing information.  */
2
3 #if defined (__cplusplus)
4 extern "C" {
5 #endif
6
7 int rs_tls_init (struct rs_connection *conn);
8
9 #if defined (__cplusplus)
10 }
11 #endif