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 43ffd49a..49456c42 100644 --- a/src/HTAlert.h +++ b/src/HTAlert.h @@ -40,6 +40,7 @@ extern void HTUserMsg2 PARAMS((CONST char * Msg, CONST char * Arg)); ** On entry, ** The input is a list of parameters for printf. */ +extern CONST char *HTProgressUnits PARAMS((int kilobytes)); extern void HTProgress PARAMS((CONST char * Msg)); extern void HTReadProgress PARAMS((long bytes, long total)); #define _HTProgress(msg) mustshow = TRUE, HTProgress(msg) |