]> code.citadel.org Git - citadel.git/blobdiff - webcit/gettext.c
* add contexttype, so the subst can precheck the context pointer for us, and bad...
[citadel.git] / webcit / gettext.c
index 7e5caeb2f7129c9b7cd2218fd5afa55ba940a871..de380d6c84e1f951f870a942ea92b62d9c8c1c1c 100644 (file)
@@ -204,7 +204,7 @@ void httplang_to_locale(StrBuf *LocaleString)
  * depending on the browser locale change the sequence of the 
  * language chooser.
  */
-void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context) {
+void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context, int ContextType) {
        int i;
 #ifndef HAVE_USELOCALE
        char *Lang = getenv("LANG");