* add way to have tokens do their custom parse-time preevaluation; this involves...
[citadel.git] / webcit / setup.c
index 2eaeae5b74c193dad9e006e121090fc0b7af361d..f0bf85fd898302c55f4e79036e5e3ee12a395659 100644 (file)
@@ -27,11 +27,10 @@ void RegisterNS(const char *NSName, long len,
                int nMinArgs, 
                int nMaxArgs, 
                WCHandlerFunc HandlerFunc,
+               WCPreevalFunc PreEvalFunc,
                int ContextRequired){}
 pthread_key_t MyConKey;
 
-#include "wc_gettext.h"
-
 #ifdef ENABLE_NLS
 
 #ifdef HAVE_USELOCALE 
@@ -252,7 +251,7 @@ void set_value(char *prompt, char str[])
 }
 
 
-extern char **AvailLang;
+extern const char *AvailLang[];
 int GetLocalePrefs(void)
 {
        int nLocales;