summaryrefslogtreecommitdiff
path: root/lib/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tls.h')
-rw-r--r--lib/tls.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tls.h b/lib/tls.h
index 7e10a46..5dcbc47 100644
--- a/lib/tls.h
+++ b/lib/tls.h
@@ -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