buybuy plaintext important message.
[citadel.git] / webcit / webcit.h
index ff7cb680e1afd06422e3e64013fa10f09115b992..cb2e19b83e49688e317a123801a77912f4777e48 100644 (file)
@@ -513,7 +513,7 @@ struct wcsession {
        StrBuf *WFBuf;                          /* Wildfire error logging buffer */
 
        StrBuf *trailing_javascript;            /* extra javascript to be appended to page */
-       char ImportantMessage[SIZ];
+/*     char ImportantMessage[SIZ];*/
        StrBuf *ImportantMsg;
        HashList *Directory;                    /* Parts of the directory URL in snippets */
        const Floor *CurrentFloor;              /* when Parsing REST, which floor are we on? */
@@ -734,7 +734,7 @@ void UrlizeText(StrBuf* Target, StrBuf *Source, StrBuf *WrkBuf);
 
 void display_vcard(StrBuf *Target, wc_mime_attachment *Mime, char alpha, int full, char **storename, long msgnum);
 
-void display_success(char *);
+void display_success(const char *successmessage);
 
 void shutdown_sessions(void);