src/sock_gnutls.h
changeset 4 a3ca0f97a075
parent 3 cc94ae754e2a
child 5 a09a0797f6f0
--- a/src/sock_gnutls.h	Sun Feb 22 06:44:16 2009 +0200
+++ b/src/sock_gnutls.h	Sun Feb 22 06:52:55 2009 +0200
@@ -40,6 +40,6 @@
 /*
  * Initialize the global gnutls state
  */
-err_t sock_gnutls_init (void);
+err_t sock_gnutls_init (struct error_info *err);
 
 #endif /* SOCK_GNUTLS_H */