diff options
Diffstat (limited to 'lib/tls.h')
-rw-r--r-- | lib/tls.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1 +1,11 @@ +/* See the file COPYING for licensing information. */ + +#if defined (__cplusplus) +extern "C" { +#endif + int rs_tls_init (struct rs_connection *conn); + +#if defined (__cplusplus) +} +#endif |