X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fretr.h;h=9866f2465157fe1778fe84113a174d1878b59981;hp=308eeedf90147f87b6e2c95ade2ff4e5c7233c8e;hb=b0b1c815c15e49c9172f59428810713097a65e37;hpb=ccf31643ab5226a81632329ddc19e1c81b5a85b6 diff --git a/src/retr.h b/src/retr.h index 308eeedf..9866f246 100644 --- a/src/retr.h +++ b/src/retr.h @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "rbuf.h" -int get_contents PARAMS ((int, FILE *, long *, long, long, struct rbuf *)); +int get_contents PARAMS ((int, FILE *, long *, long, long, struct rbuf *, int)); uerr_t retrieve_url PARAMS ((const char *, char **, char **, const char *, int *));