From 648973549106c48e835a35f2963c559c2f242f77 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Jun 2000 13:17:44 +0000 Subject: mode was replaced with callback in the progress struct --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/urldata.h b/lib/urldata.h index c0cf969d1..124d95e3b 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; -- cgit v1.2.3