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:28:25 +0000 (15:28 -0500)
webcit/gettext.c

index e1ced5b5f8ea544251a7b3f4c737e8faf20d8dcc..5e5d0909bb2e1bc55d37e4b71e656adbd8b7c2a4 100644 (file)
@@ -397,6 +397,13 @@ const char *AvailLang[] = {
 };
 
 /* dummy for non NLS enabled systems */
+void 
+ServerShutdownModule_GETTEXT
+(void)
+{
+}
+
+
 void tmplput_offer_languages(StrBuf *Target, WCTemplputParams *TP)
 {
        wc_printf("English (US)");