]> sjero.net Git - wget/blobdiff - src/ssl.h
[svn] Update FSF's address and copyright years.
[wget] / src / ssl.h
index aa0a588c7499c949fe4d71d926a4262e0e6c1ca6..153ecf8c17910cd7f083b087f0487287deae5818 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,6 +1,6 @@
 /* SSL support.
-   Copyright (C) 2000 Free Software Foundation, Inc.
-   Contributed by Christian Fraenkel.
+   Copyright (C) 2000-2005 Free Software Foundation, Inc.
+   Originally contributed by Christian Fraenkel.
 
 This file is part of GNU Wget.
 
@@ -31,8 +31,8 @@ so, delete this exception statement from your version.  */
 #ifndef GEN_SSLFUNC_H
 #define GEN_SSLFUNC_H
 
-int ssl_init PARAMS ((void));
-int ssl_connect PARAMS ((int));
-int ssl_check_server_identity PARAMS ((int, const char *));
+bool ssl_init (void);
+bool ssl_connect (int);
+bool ssl_check_certificate (int, const char *);
 
 #endif /* GEN_SSLFUNC_H */