Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Libraries / libintl.so_src / include_exp / libintl.h
diff --git a/Usermode/Libraries/libintl.so_src/include_exp/libintl.h b/Usermode/Libraries/libintl.so_src/include_exp/libintl.h
new file mode 100644 (file)
index 0000000..54c0993
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ */
+#ifndef _LIBINTL_H_
+#define _LIBINTL_H_
+
+extern char    *gettext(const char *msg);
+extern char    *dgettext(const char *domain, const char *msg);
+extern char    *dcgettext(const char *domain, const char *msg, int category);
+extern char    *ngettext(const char *msg, const char *msgp, unsigned long int n);
+extern char    *dngettext(const char *domain, const char *msg, const char *msgp, unsigned long int n);
+extern char    *dcngettext(const char *domain, const char *msg, const char *msgp, unsigned long int n, int category);
+
+#endif

UCC git Repository :: git.ucc.asn.au