X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=cb2e19b83e49688e317a123801a77912f4777e48;hp=ff7cb680e1afd06422e3e64013fa10f09115b992;hb=814d4bec141c8374ef72a60aeeded0d696483c5e;hpb=365486138be56986caacae617f362cc8df64b24b diff --git a/webcit/webcit.h b/webcit/webcit.h index ff7cb680e..cb2e19b83 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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);