Rename COPYING -> LICENSE.
[radsecproxy.git] / lib / tls.h
index 7e10a46..74a63b3 100644 (file)
--- a/lib/tls.h
+++ b/lib/tls.h
@@ -1 +1,13 @@
+/* Copyright 2010 NORDUnet A/S. All rights reserved.
+   See LICENSE for licensing information.  */
+
+#if defined (__cplusplus)
+extern "C" {
+#endif
+
 int rs_tls_init (struct rs_connection *conn);
+int tls_verify_cert (struct rs_connection *conn);
+
+#if defined (__cplusplus)
+}
+#endif