X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fres.h;h=7a02762b7e70a944a3be3520c66a155f85d34663;hp=1f0033844f865825a1f8b8523073aab31fe91a4f;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/res.h b/src/res.h index 1f003384..7a02762b 100644 --- a/src/res.h +++ b/src/res.h @@ -32,16 +32,16 @@ so, delete this exception statement from your version. */ struct robot_specs; -struct robot_specs *res_parse PARAMS ((const char *, int)); -struct robot_specs *res_parse_from_file PARAMS ((const char *)); +struct robot_specs *res_parse (const char *, int); +struct robot_specs *res_parse_from_file (const char *); -int res_match_path PARAMS ((const struct robot_specs *, const char *)); +int res_match_path (const struct robot_specs *, const char *); -void res_register_specs PARAMS ((const char *, int, struct robot_specs *)); -struct robot_specs *res_get_specs PARAMS ((const char *, int)); +void res_register_specs (const char *, int, struct robot_specs *); +struct robot_specs *res_get_specs (const char *, int); -int res_retrieve_file PARAMS ((const char *, char **)); +int res_retrieve_file (const char *, char **); -void res_cleanup PARAMS ((void)); +void res_cleanup (void); #endif /* RES_H */