X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=progress.h;h=a7c17ca7c4bdad953508d03c20e73022b03bd25a;hb=e4cd6c7a20bfc776086817671d58e09060a8079a;hp=4ee851acfb286ded87c1ef8d40803c1d7d415db5;hpb=aff787b52bc8e1d7fcfce5d28d1fc569f905d3c1;p=git.git diff --git a/progress.h b/progress.h index 4ee851acf..a7c17ca7c 100644 --- a/progress.h +++ b/progress.h @@ -1,5 +1,5 @@ -#ifndef __progress_h__ -#define __progress_h__ +#ifndef PROGRESS_H +#define PROGRESS_H struct progress { const char *prefix; @@ -8,6 +8,7 @@ struct progress { unsigned delay; unsigned delayed_percent_treshold; const char *delayed_title; + int need_lf; }; int display_progress(struct progress *progress, unsigned n);