]> sjero.net Git - wget/blobdiff - src/recur.h
[svn] Use bool type for boolean variables and values.
[wget] / src / recur.h
index 389ab00d66c55d9e745046d73a5431a8e33af2f1..ffacd91a5ca5186fa4f2f82ee30c3cb4ac0d94f6 100644 (file)
@@ -40,12 +40,12 @@ so, delete this exception statement from your version.  */
 
 struct urlpos;
 
-void recursive_cleanup PARAMS ((void));
-uerr_t retrieve_tree PARAMS ((const char *));
+void recursive_cleanup (void);
+uerr_t retrieve_tree (const char *);
 
 /* These are really in html-url.c. */
-struct urlpos *get_urls_file PARAMS ((const char *));
-struct urlpos *get_urls_html PARAMS ((const char *, const char *, int *));
-void free_urlpos PARAMS ((struct urlpos *));
+struct urlpos *get_urls_file (const char *);
+struct urlpos *get_urls_html (const char *, const char *, bool *);
+void free_urlpos (struct urlpos *);
 
 #endif /* RECUR_H */