aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-20 08:55:49 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-20 08:55:49 +1000
commitb2e2743195a103561047d1be6e448a07a414c12d (patch)
treeab3f024fc1a371e48c2de8b3456fc2f6466bdc58 /fallback.h
parent1dc033f71c258fe792338e486aa64ee70fc49a0c (diff)
Remove translate.c. The gettext fallback functionality is moved to fallback.c, the wide wrapper is moved to wutil.c
darcs-hash:20060719225549-ac50b-0a55e805b04f4fe0afa99ea580901d62f39cdef5.gz
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fallback.h b/fallback.h
index 06653962..4ad55cfa 100644
--- a/fallback.h
+++ b/fallback.h
@@ -325,5 +325,14 @@ int futimes(int fd, const struct timeval *times);
#endif
+#ifndef HAVE_GETTEXT
+
+char * gettext (const char * msgid);
+char * bindtextdomain (const char * domainname, const char * dirname);
+char * textdomain (const char * domainname);
+
+#endif
+
+
#endif