mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
8 lines
210 B
C
8 lines
210 B
C
|
|
/* 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);
|