summaryrefslogtreecommitdiff
path: root/source3/intl/lang_tdb.h
blob: da246846d0d1e95680a56992d29a0258e4214cfb (plain)
1
2
3
4
5
6
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);