* fix bug in locale declaration array (missing ,)
[citadel.git] / webcit / webcit.h
index 45330cfb8e103513adcc7566fb9f2bf2844595cc..f7e0c121494164cae3c20f52b8a6d1debf6ed245 100644 (file)
@@ -877,6 +877,12 @@ enum {
        navbar_default
 };
 
+/* actual supported locales */
+void TmplGettext(StrBuf *Target, WCTemplputParams *TP);
+void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context, int ContextType);
+void set_selected_language(const char *);
+void go_selected_language(void);
+void stop_selected_language(void);
 
 #ifdef HAVE_OPENSSL
 void init_ssl(void);