summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-01-28 14:21:44 +0100
committerMichael Adam <obnox@samba.org>2013-02-05 17:36:33 +0100
commit600ba80246aaa6cb9499a49f48e92a2657fdc918 (patch)
tree866fc435ad808263fcad4097d9f03fad5138edc6 /source3/include
parent4e52fa7b7346c3afdaeb87c2af69ee71cb3cd1fb (diff)
downloadsamba-600ba80246aaa6cb9499a49f48e92a2657fdc918.tar.gz
samba-600ba80246aaa6cb9499a49f48e92a2657fdc918.tar.bz2
samba-600ba80246aaa6cb9499a49f48e92a2657fdc918.zip
s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
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);