Add ServerShutdownModule_GETTEXT() dummy for non NLS enabled systems
authorArt Cancro <ajc@uncensored.citadel.org>
Sun, 26 Feb 2012 20:28:25 +0000 (15:28 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Sun, 26 Feb 2012 20:30:08 +0000 (15:30 -0500)
webcit/gettext.c

index 3788d820c4cab7db6c336148ac2a5a17daa3fe5a..c9e2733ba5ec4e371e2a99beb0154b5b8fae2cc2 100644 (file)
@@ -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)");