X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.h;h=e220edb3941df369aea174d111a37fce7d10fcc0;hp=389ab00d66c55d9e745046d73a5431a8e33af2f1;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/recur.h b/src/recur.h index 389ab00d..e220edb3 100644 --- a/src/recur.h +++ b/src/recur.h @@ -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 *, int *); +void free_urlpos (struct urlpos *); #endif /* RECUR_H */