X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fretr.h;h=c2867c415d2435d08f5103d006e5634dfea1f061;hp=0ceb0eab258402fdcb126aa55d9a3f0214f7f596;hb=9228f0bf53d3b42459daeb28372196a007de3014;hpb=ea8a108b1f23dc1794bb6a1b561dc995a46e36b2 diff --git a/src/retr.h b/src/retr.h index 0ceb0eab..c2867c41 100644 --- a/src/retr.h +++ b/src/retr.h @@ -33,14 +33,14 @@ so, delete this exception statement from your version. */ #include "rbuf.h" int get_contents PARAMS ((int, FILE *, long *, long, long, struct rbuf *, - int, long *)); + int, double *)); uerr_t retrieve_url PARAMS ((const char *, char **, char **, const char *, int *)); uerr_t retrieve_from_file PARAMS ((const char *, int, int *)); -char *retr_rate PARAMS ((long, long, int)); -double calc_rate PARAMS ((long, long, int *)); +char *retr_rate PARAMS ((long, double, int)); +double calc_rate PARAMS ((long, double, int *)); void printwhat PARAMS ((int, int)); void downloaded_increase PARAMS ((unsigned long));