about summary refs log tree commit diff stats
path: root/src/HTAlert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r--src/HTAlert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h
index f3134530..0e093bbd 100644
--- a/src/HTAlert.h
+++ b/src/HTAlert.h
@@ -42,7 +42,7 @@ extern "C" {
  */
     extern const char *HTProgressUnits(int kilobytes);
     extern void HTProgress(const char *Msg);
-    extern void HTReadProgress(long bytes, long total);
+    extern void HTReadProgress(off_t bytes, off_t total);
 
 #define _HTProgress(msg)	mustshow = TRUE, HTProgress(msg)