progress: Add machine readable flag.
[libguestfs.git] / fish / progress.h
index ad9d23a..0e965f1 100644 (file)
@@ -27,6 +27,7 @@ struct progress_bar;
  *
  * Function returns a handle, or NULL if there was an error.
  */
+#define PROGRESS_BAR_MACHINE_READABLE 1
 extern struct progress_bar *progress_bar_init (unsigned flags);
 
 /* This should be called at the start of each command. */