From 0d0032e744e394597d108def097143927637f854 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 19 May 2010 10:20:08 +0200 Subject: s3:idmap: remove the set_mapping method from the idmap API --- source3/include/idmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/idmap.h') diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 27e4f8d51a..c8df61c53c 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -50,8 +50,6 @@ struct idmap_methods { and type and gets back a uid or gid. */ NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids); - NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map); - /* Called when backend is unloaded */ NTSTATUS (*close_fn)(struct idmap_domain *dom); }; -- cgit