X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=progress.h;h=6392b633710c84dcff3a238a26f4d4b359053059;hb=3b6e73a3b18336cf123993b191e3fab6442bd5a3;hp=611e4c4d42d8d1164add09f926ad5b2ce088db5e;hpb=3eae3087008f7f2b2a9f7f357d069e9384007c8f;p=git-core%2Fgit.git diff --git a/progress.h b/progress.h index 611e4c4d4..6392b6337 100644 --- a/progress.h +++ b/progress.h @@ -6,8 +6,7 @@ struct progress; void display_throughput(struct progress *progress, off_t total); int display_progress(struct progress *progress, unsigned n); struct progress *start_progress(const char *title, unsigned total); -struct progress *start_progress_delay(const char *title, unsigned total, - unsigned percent_treshold, unsigned delay); +struct progress *start_delayed_progress(const char *title, unsigned total); void stop_progress(struct progress **progress); void stop_progress_msg(struct progress **progress, const char *msg);