From 600ba80246aaa6cb9499a49f48e92a2657fdc918 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Jan 2013 14:21:44 +0100 Subject: s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid() Signed-off-by: Michael Adam Reviewed-by: Christian Ambach --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 109827181f..09e46cab92 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1394,8 +1394,6 @@ bool process_registry_shares(void); bool lp_config_backend_is_registry(void); bool lp_config_backend_is_file(void); bool lp_file_list_changed(void); -bool lp_idmap_uid(uid_t *low, uid_t *high); -bool lp_idmap_gid(gid_t *low, gid_t *high); const char *lp_ldap_machine_suffix(TALLOC_CTX *ctx); const char *lp_ldap_user_suffix(TALLOC_CTX *ctx); const char *lp_ldap_group_suffix(TALLOC_CTX *ctx); -- cgit