summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-19 10:20:08 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:36 +0200
commit0d0032e744e394597d108def097143927637f854 (patch)
treeb9c1b12bc5c71a1a815b3fa0021c44c89bc603de /source3/include/idmap.h
parent95617a03db896a2ac2051f74e7d7ba1209fbc61b (diff)
downloadsamba-0d0032e744e394597d108def097143927637f854.tar.gz
samba-0d0032e744e394597d108def097143927637f854.tar.bz2
samba-0d0032e744e394597d108def097143927637f854.zip
s3:idmap: remove the set_mapping method from the idmap API
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r--source3/include/idmap.h2
1 files changed, 0 insertions, 2 deletions
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);
};