X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgettext.c;h=c9e2733ba5ec4e371e2a99beb0154b5b8fae2cc2;hb=edaf1ffe919999cbafc5c216851b727a52d258b0;hp=3788d820c4cab7db6c336148ac2a5a17daa3fe5a;hpb=cb17a155572e5276cfe44d7435e4a3a2ed815ab7;p=citadel.git diff --git a/webcit/gettext.c b/webcit/gettext.c index 3788d820c..c9e2733ba 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -403,6 +403,13 @@ const char *AvailLang[] = { "C", ""}; /* dummy for non NLS enabled systems */ +void +ServerShutdownModule_GETTEXT +(void) +{ +} + + void tmplput_offer_languages(StrBuf *Target, WCTemplputParams *TP) { wc_printf("English (US)");