X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=progress.h;h=a7c17ca7c4bdad953508d03c20e73022b03bd25a;hb=4f3d37035a7c735a3b69f962656819f4ff7e4927;hp=5ae1a89e5a4669553e44d5bd0cc339c308c60c0f;hpb=7df6ddf51ea71d81874ecfa34f670f50a3d45103;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);