X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fprogress.h;h=0e965f140b7d7cd167125d18cfb4ac5c0f7c90cd;hb=22998927f91f123e7c35d3ebf49e5744f3d7eafe;hp=ad9d23a2c8fc40dfcb204a57512d5b9a725b80e4;hpb=6146412f06c2f6f33c3ea7d571f16d4fe71dddb2;p=libguestfs.git 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. */