mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:23:33 +03:00
tool: use XFERFUNCTION to save some casts
This commit is contained in:
parent
69c0d3fbc8
commit
d774802eec
3 changed files with 9 additions and 9 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue