summaryrefslogtreecommitdiff
path: root/source3/intl/lang_tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/intl/lang_tdb.h')
-rw-r--r--source3/intl/lang_tdb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/intl/lang_tdb.h b/source3/intl/lang_tdb.h
new file mode 100644
index 0000000000..da246846d0
--- /dev/null
+++ b/source3/intl/lang_tdb.h
@@ -0,0 +1,7 @@
+
+/* The following definitions come from intl/lang_tdb.c */
+
+bool lang_tdb_init(const char *lang);
+const char *lang_msg(const char *msgid);
+void lang_msg_free(const char *msgstr);
+char *lang_tdb_current(void);