tool: use XFERFUNCTION to save some casts

This commit is contained in:
Dave Reisner 2013-10-13 19:39:41 +02:00 committed by Daniel Stenberg
parent 69c0d3fbc8
commit d774802eec
3 changed files with 9 additions and 9 deletions

View file

@ -43,8 +43,8 @@ void progressbarinit(struct ProgressData *bar,
*/
int tool_progress_cb(void *clientp,
double dltotal, double dlnow,
double ultotal, double ulnow);
curl_off_t dltotal, curl_off_t dlnow,
curl_off_t ultotal, curl_off_t ulnow);
#endif /* HEADER_CURL_TOOL_CB_PRG_H */