* move stuff in header and subst.c arround to be better grouped
[citadel.git] / webcit / gettext.c
index 2c12eff805a234ab306a70798d5d98329240d807..7e5caeb2f7129c9b7cd2218fd5afa55ba940a871 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(void) {
+void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context) {
        int i;
 #ifndef HAVE_USELOCALE
        char *Lang = getenv("LANG");