]> sjero.net Git - wget/blobdiff - src/recur.h
[svn] Use bool type for boolean variables and values.
[wget] / src / recur.h
index e220edb3941df369aea174d111a37fce7d10fcc0..ffacd91a5ca5186fa4f2f82ee30c3cb4ac0d94f6 100644 (file)
@@ -45,7 +45,7 @@ uerr_t retrieve_tree (const char *);
 
 /* These are really in html-url.c. */
 struct urlpos *get_urls_file (const char *);
-struct urlpos *get_urls_html (const char *, const char *, int *);
+struct urlpos *get_urls_html (const char *, const char *, bool *);
 void free_urlpos (struct urlpos *);
 
 #endif /* RECUR_H */