X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fprogress.h;h=0b08a9399f2fe52c1c610f84dadc424efd332c97;hb=0ef30bbb316b50beba511a5eb4bd7174671fa1ca;hp=ad9d23a2c8fc40dfcb204a57512d5b9a725b80e4;hpb=6146412f06c2f6f33c3ea7d571f16d4fe71dddb2;p=libguestfs.git diff --git a/fish/progress.h b/fish/progress.h index ad9d23a..0b08a93 100644 --- a/fish/progress.h +++ b/fish/progress.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -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. */