From 6b76909f5ef5f279cb73decf83f23d3dbf8adaf8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 23:58:21 +0100 Subject: s3-build: only include intl protos where needed. Guenther --- source3/include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') 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); -- cgit