]> git.ipfire.org Git - thirdparty/git.git/blobdiff - progress.h
make display of total transferred more accurate
[thirdparty/git.git] / progress.h
index 61cb68dfa512bb3668d7e6060262041937aa82d3..3912969e6039405758fde6ac1169d516adc0f3a3 100644 (file)
@@ -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,