diff options
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r-- | src/HTAlert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h index be80ee33..8f44c7a8 100644 --- a/src/HTAlert.h +++ b/src/HTAlert.h @@ -38,6 +38,7 @@ extern void HTAlert PARAMS((CONST char * Msg)); ** The input is a list of parameters for printf. */ extern void HTProgress PARAMS((CONST char * Msg)); +extern void HTReadProgress PARAMS((long bytes, long total)); extern BOOLEAN mustshow; #define _HTProgress(msg) mustshow = TRUE, HTProgress(msg) |