mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:18:08 +03:00
mode was replaced with callback in the progress struct
This commit is contained in:
parent
fb9c5650ce
commit
6489735491
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ struct Progress {
|
|||
|
||||
double current_speed; /* uses the currently fastest transfer */
|
||||
|
||||
int mode; /* what kind of progress meter to display */
|
||||
bool callback; /* set when progress callback is used */
|
||||
int width; /* screen width at download start */
|
||||
int flags; /* see progress.h */
|
||||
double timespent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue