* AppendImportantMessage(): api function to set Important Messages
[citadel.git] / webcit / webcit.h
index 80df8c66f36430cdd19aabe6e5abb6267251045c..641bc6acbcd81fc0a56193979b7845ef71f2b550 100644 (file)
@@ -878,6 +878,8 @@ void utf8ify_rfc822_string(char **buf);
 void begin_burst(void);
 long end_burst(void);
 
+void AppendImportantMessage(const char *pch, long len);
+
 extern char *hourname[];       /* Names of hours (12am, 1am, etc.) */
 
 void http_datestring(char *buf, size_t n, time_t xtime);