X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=progress.h;h=a7c17ca7c4bdad953508d03c20e73022b03bd25a;hb=c2a33679a726aeb75529540c2b295f21023ddbc7;hp=5ae1a89e5a4669553e44d5bd0cc339c308c60c0f;hpb=baf5597ae43398e485f63f8e9216d34b5cd0a0d6;p=git.git diff --git a/progress.h b/progress.h index 5ae1a89e5..a7c17ca7c 100644 --- a/progress.h +++ b/progress.h @@ -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);