]> sjero.net Git - wget/blobdiff - src/init.h
[svn] Make errors in command-line options fatal.
[wget] / src / init.h
index 405202afeeb447c24c7d8d6d9b13312fa8f32f8b..048653ba14daf9a2cc34aa89d7a9f8071321bbc5 100644 (file)
@@ -31,8 +31,8 @@ so, delete this exception statement from your version.  */
 #define INIT_H
 
 void initialize PARAMS ((void));
-int parse_line PARAMS ((const char *, char **, char **));
-int setval PARAMS ((const char *, const char *));
+void run_command PARAMS ((const char *));
+void setoptval PARAMS ((const char *, const char *));
 char *home_dir PARAMS ((void));
 void cleanup PARAMS ((void));