diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-25 02:09:48 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-01-25 02:09:48 -0500 |
commit | a667eb0b51f7cb224924921194b4dfadfded3095 (patch) | |
tree | e3c6800a040d21880b2cb54db6a97f76049dc487 /src/HTAlert.h | |
parent | 264781cf73284efb1e6eb24c3c71d46ce36685aa (diff) | |
download | lynx-snapshots-a667eb0b51f7cb224924921194b4dfadfded3095.tar.gz |
snapshot of project "lynx", label v2-8-5pre_3
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) |