]> sjero.net Git - wget/blobdiff - src/ssl.h
[svn] Remove K&R support.
[wget] / src / ssl.h
index 83a58de251a377cc5065d50377d59bf6987e829e..cd662598829391f59398a6ac20f83613c09dec3b 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -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_certificate PARAMS ((int, const char *));
+int ssl_init (void);
+int ssl_connect (int);
+int ssl_check_certificate (int, const char *);
 
 #endif /* GEN_SSLFUNC_H */