aboutsummaryrefslogtreecommitdiff
path: root/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'progress.h')
-rw-r--r--progress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/progress.h b/progress.h
index 61cb68dfa..3912969e6 100644
--- a/progress.h
+++ b/progress.h
@@ -3,7 +3,7 @@
struct progress;
-void display_throughput(struct progress *progress, unsigned long n);
+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,