]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
More work on the wiki view. Don't try to use it yet.
[citadel.git] / webcit / webcit.h
index a73f2a85cc1472a8fd087f6247ef9fd5f9a111fe..dba84007391eabd4a36fdc8a1ccd45ce3feee0b5 100644 (file)
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define CLIENT_VERSION         671             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    670             /* min required Citadel ver. */
+#define MINIMUM_CIT_VERSION    671             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */
@@ -658,6 +658,7 @@ void httplang_to_locale(char *LocaleString);
 void tabbed_dialog(int num_tabs, char *tabnames[]);
 void begin_tab(int tabnum, int num_tabs);
 void end_tab(int tabnum, int num_tabs);
+void display_wiki_page(void);
 
 void embed_room_banner(char *, int);
 
@@ -702,6 +703,7 @@ void http_datestring(char *buf, size_t n, time_t xtime);
 #define VIEW_CALENDAR          3       /* Calendar view */
 #define VIEW_TASKS             4       /* Tasks view */
 #define VIEW_NOTES             5       /* Notes view */
+#define VIEW_WIKI              6       /* Wiki view */
 
 
 /* These should be empty, but we have them for testing */