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 89f60e26..f3134530 100644
--- a/src/HTAlert.h
+++ b/src/HTAlert.h
@@ -31,6 +31,7 @@ extern "C" {
     extern void HTAlert(const char *Msg);
     extern void HTAlwaysAlert(const char *extra_prefix, const char *Msg);
     extern void HTInfoMsg(const char *Msg);
+    extern void HTInfoMsg2(const char *Msg, const char *Arg);
     extern void HTUserMsg(const char *Msg);
     extern void HTUserMsg2(const char *Msg, const char *Arg);