Update copyright years.
[libradsec.git] / lib / tls.h
index d457cfd..4707b93 100644 (file)
--- a/lib/tls.h
+++ b/lib/tls.h
@@ -1,11 +1,12 @@
-/* Copyright 2010 NORDUnet A/S. All rights reserved.
-   See the file COPYING for licensing information.  */
+/* Copyright 2010-2012 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)
 }