X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fres.h;h=da626ce252d0857bab8d1ee8a8dfacc17fa8beba;hp=7a02762b7e70a944a3be3520c66a155f85d34663;hb=74fbb03b10f6148b5a0cf5b8831b1872e55df7f6;hpb=19a1ffb2e9c0ed511ab63033ab515b7332a8925e diff --git a/src/res.h b/src/res.h index 7a02762b..da626ce2 100644 --- 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);