summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 23:58:21 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit6b76909f5ef5f279cb73decf83f23d3dbf8adaf8 (patch)
tree225f47c2fc120491e71d0b50b723db8ec1debdc6 /source3/include
parent60d2816c5e914f1674267a3b388c302335f93466 (diff)
downloadsamba-6b76909f5ef5f279cb73decf83f23d3dbf8adaf8.tar.gz
samba-6b76909f5ef5f279cb73decf83f23d3dbf8adaf8.tar.bz2
samba-6b76909f5ef5f279cb73decf83f23d3dbf8adaf8.zip
s3-build: only include intl protos where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c359728064..94f8ad60b4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -265,13 +265,6 @@ NTSTATUS create_local_nt_token_from_info3(TALLOC_CTX *mem_ctx,
void debug_unix_user_token(int dbg_class, int dbg_lev, uid_t uid, gid_t gid,
int n_groups, gid_t *groups);
-/* 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);
-
/* The following definitions come from lib/access.c */
bool client_match(const char *tok, const void *item);