Skip to content
Snippets Groups Projects
Commit 64897354 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mode was replaced with callback in the progress struct

parent fb9c5650
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment