]> sjero.net Git - wget/blobdiff - src/res.h
[svn] Use bool type for boolean variables and values.
[wget] / src / res.h
index 7a02762b7e70a944a3be3520c66a155f85d34663..da626ce252d0857bab8d1ee8a8dfacc17fa8beba 100644 (file)
--- a/src/res.h
+++ b/src/res.h
@@ -35,12 +35,12 @@ struct robot_specs;
 struct robot_specs *res_parse (const char *, int);
 struct robot_specs *res_parse_from_file (const char *);
 
-int res_match_path (const struct robot_specs *, const char *);
+bool res_match_path (const struct robot_specs *, const char *);
 
 void res_register_specs (const char *, int, struct robot_specs *);
 struct robot_specs *res_get_specs (const char *, int);
 
-int res_retrieve_file (const char *, char **);
+bool res_retrieve_file (const char *, char **);
 
 void res_cleanup (void);