s3: Fix a typo
[Samba.git] / source3 / intl / lang_tdb.h
blobda246846d0d1e95680a56992d29a0258e4214cfb
2 /* The following definitions come from intl/lang_tdb.c */
4 bool lang_tdb_init(const char *lang);
5 const char *lang_msg(const char *msgid);
6 void lang_msg_free(const char *msgstr);
7 char *lang_tdb_current(void);