]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Set all version numbers to 8.00 -- FEATURE FREEZE FOR 8.00
[citadel.git] / webcit / webcit.h
index 6ff4aa6e82b74081a12a71623ab550c57c1db0a4..cb2e19b83e49688e317a123801a77912f4777e48 100644 (file)
@@ -144,9 +144,9 @@ extern char *ssl_cipher_list;
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         789             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    789             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          789             /* min required libcitadel ver */
+#define CLIENT_VERSION         800             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    800             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          800             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */
@@ -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);