summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-22 14:44:24 +0100
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:34 +0200
commit0f913731563e3265ccc17589a01b5667c45019ec (patch)
treeab2283427e546730502c03d58c1352784130e627 /source3/include/idmap.h
parentd888e726a9b1e1e1603211821a71fd88aea566c7 (diff)
downloadsamba-0f913731563e3265ccc17589a01b5667c45019ec.tar.gz
samba-0f913731563e3265ccc17589a01b5667c45019ec.tar.bz2
samba-0f913731563e3265ccc17589a01b5667c45019ec.zip
s3:idmap: remove the remove_mapping method from API and backends
Michael
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r--source3/include/idmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h
index 672e373108..6bf806c60f 100644
--- a/source3/include/idmap.h
+++ b/source3/include/idmap.h
@@ -51,7 +51,6 @@ struct idmap_methods {
NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
- NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
/* Called to dump backends data */
/* NOTE: caller must use talloc_free to free maps when done */