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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h
index 961ee175..b3e5c8a9 100644
--- a/src/HTAlert.h
+++ b/src/HTAlert.h
@@ -29,6 +29,7 @@ extern char * HTPrompt PARAMS((CONST char * Msg, CONST char * deflt));
 **              The input is a list of parameters for printf.
 */
 extern void HTAlert PARAMS((CONST char * Msg));
+extern void HTAlwaysAlert PARAMS((CONST char * extra_prefix, CONST char * Msg));
 extern void HTInfoMsg PARAMS((CONST char * Msg));
 extern void HTUserMsg PARAMS((CONST char * Msg));
 extern void HTUserMsg2 PARAMS((CONST char * Msg, CONST char * Arg));