]> granicus.if.org Git - curl/commitdiff
mode was replaced with callback in the progress struct
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jun 2000 13:17:44 +0000 (13:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jun 2000 13:17:44 +0000 (13:17 +0000)
lib/urldata.h

index c0cf969d11e3038b05f8bba87037faea2709573f..124d95e3bc0e160a5d88a13f6a75d8985bc9425a 100644 (file)
@@ -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;