]> sjero.net Git - wget/blobdiff - src/progress.h
[svn] Use bool type for boolean variables and values.
[wget] / src / progress.h
index e8e78700be0042b35536511ffc9d0f085716e90d..6123180ff674f2d689bcc52515f5517c3f78b8e3 100644 (file)
@@ -30,12 +30,12 @@ so, delete this exception statement from your version.  */
 #ifndef PROGRESS_H
 #define PROGRESS_H
 
-int valid_progress_implementation_p (const char *);
+bool valid_progress_implementation_p (const char *);
 void set_progress_implementation (const char *);
 void progress_schedule_redirect (void);
 
 void *progress_create (wgint, wgint);
-int progress_interactive_p (void *);
+bool progress_interactive_p (void *);
 void progress_update (void *, wgint, double);
 void progress_finish (void *, double);