]> sjero.net Git - wget/blobdiff - src/init.h
[svn] Remove K&R support.
[wget] / src / init.h
index 3bddd16db741714af65288b98d106ef8ae475fe9..70b3a56e41ccabde3d230064618c6331400050c1 100644 (file)
@@ -30,10 +30,10 @@ so, delete this exception statement from your version.  */
 #ifndef INIT_H
 #define INIT_H
 
-void initialize PARAMS ((void));
-void run_command PARAMS ((const char *));
-void setoptval PARAMS ((const char *, const char *, const char *));
-char *home_dir PARAMS ((void));
-void cleanup PARAMS ((void));
+void initialize (void);
+void run_command (const char *);
+void setoptval (const char *, const char *, const char *);
+char *home_dir (void);
+void cleanup (void);
 
 #endif /* INIT_H */