]> sjero.net Git - wget/blobdiff - src/init.h
[svn] Remove K&R support.
[wget] / src / init.h
index 405202afeeb447c24c7d8d6d9b13312fa8f32f8b..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));
-int parse_line PARAMS ((const char *, char **, char **));
-int setval PARAMS ((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 */