From: Daniel Stenberg Date: Fri, 16 Jun 2000 13:17:44 +0000 (+0000) Subject: mode was replaced with callback in the progress struct X-Git-Tag: curl-7_1_1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648973549106c48e835a35f2963c559c2f242f77;p=thirdparty%2Fcurl.git mode was replaced with callback in the progress struct --- diff --git a/lib/urldata.h b/lib/urldata.h index c0cf969d11..124d95e3bc 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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;