Began fixing http://uncensored.citadel.org/wiki?page=stefan2012mar07?go=exterminate
[citadel.git] / webcit / webcit.h
index 67131a5eb3345459997438163531d0ecc89f33b3..fd64a229cdffe670b6318e28d9ec22b0c8697184 100644 (file)
@@ -53,7 +53,7 @@
 #include <iconv.h>
 #endif
 
-#ifdef HAVE_USELOCALE
+#ifdef ENABLE_NLS
 #ifdef HAVE_XLOCALE_H
 #include <xlocale.h>
 #endif
@@ -129,8 +129,8 @@ extern char *ssl_cipher_list;
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define CLIENT_VERSION         810             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    810             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          810             /* Minimum required version of libcitadel */
+#define MINIMUM_CIT_VERSION    805             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          805             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Window target for inline URL's */
@@ -692,8 +692,6 @@ void CreateMimeStr(void);
 
 void pop_destination(void);
 
-void fmout(const char *align);
-void _fmout(StrBuf *Targt, const char *align);
 void FmOut(StrBuf *Target, const char *align, const StrBuf *Source);
 void wDumpContent(int);
 
@@ -758,6 +756,8 @@ void end_tab(int tabnum, int num_tabs);
 
 int get_time_format_cached (void);
 void display_wiki_pagelist(void);
+void str_wiki_index(char *);
+
 HashList *GetRoomListHashLKRA(StrBuf *Target, WCTemplputParams *TP);
 
 /* actual supported locales */
@@ -819,3 +819,4 @@ struct bltr {
 
 struct bltr blogview_learn_thread_references(long msgnum);
 void tmplput_blog_permalink(StrBuf *Target, WCTemplputParams *TP);
+void display_summary_page(void);