diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-25 20:46:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-25 20:46:00 -0400 |
commit | 5488a2e17cfeff78f8927f652ecb9750d7a28c29 (patch) | |
tree | 061d9ca743d7c0a2fed37bd1e22cb1f83dd7d051 /src/HTAlert.h | |
parent | 159955668b23e32fb7cefa1638bb40b8b3a58fa9 (diff) | |
download | lynx-snapshots-5488a2e17cfeff78f8927f652ecb9750d7a28c29.tar.gz |
snapshot of project "lynx", label v2-8-1dev_17
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) |