summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-05 19:39:11 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-05 19:39:11 +0000
commit3ed43ba606d5cfdb7d532d22d9b5e61b51f4e869 (patch)
treee565a8a1667b9f7ce84423f6ef74e0b948e7bc97
parent34f2d26e061d0a5bb816c58609feaab843a60780 (diff)
downloadgnutls-3ed43ba606d5cfdb7d532d22d9b5e61b51f4e869.tar.gz
Fix warning.
-rw-r--r--includes/gnutls/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/compat.h b/includes/gnutls/compat.h
index 5ebe87122c..b568ca5d2c 100644
--- a/includes/gnutls/compat.h
+++ b/includes/gnutls/compat.h
@@ -54,6 +54,6 @@
#define gnutls_datum gnutls_datum_t
#define gnutls_transport_ptr gnutls_transport_ptr_t
-int gnutls_certificate_verify_peers(gnutls_session);
+int gnutls_certificate_verify_peers(gnutls_session session);
#endif /* GCOMPAT_H */