X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fprogress.h;h=0e965f140b7d7cd167125d18cfb4ac5c0f7c90cd;hp=ad9d23a2c8fc40dfcb204a57512d5b9a725b80e4;hb=75005e48bb54f25dcc99480d659dfe9353382a15;hpb=2faef37957629e0436308e759211209e5e823ee0 diff --git a/fish/progress.h b/fish/progress.h index ad9d23a..0e965f1 100644 --- a/fish/progress.h +++ b/fish/progress.h @@ -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. */