summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-31 11:56:55 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:40 +0200
commit7dd8339ca1d8cb8b44c128097f4ee4ee6f0b412f (patch)
tree4077d439bdcacc63b4072ab62b2a8e3b3a757b03 /source3/include/idmap.h
parent3a2487e66b85bcceba6d52881f7bc4810b757023 (diff)
downloadsamba-7dd8339ca1d8cb8b44c128097f4ee4ee6f0b412f.tar.gz
samba-7dd8339ca1d8cb8b44c128097f4ee4ee6f0b412f.tar.bz2
samba-7dd8339ca1d8cb8b44c128097f4ee4ee6f0b412f.zip
s3:idmap: remove unused definition of idmap_alloc_methods.
Allocation is now completely handled in the allocating backends.
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r--source3/include/idmap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h
index 99d8f63a2c..b1598208b2 100644
--- a/source3/include/idmap.h
+++ b/source3/include/idmap.h
@@ -57,15 +57,4 @@ struct idmap_methods {
NTSTATUS (*close_fn)(struct idmap_domain *dom);
};
-struct idmap_alloc_methods {
-
- /* Called when backend is first loaded */
- NTSTATUS (*init)(const char *compat_params);
-
- NTSTATUS (*allocate_id)(struct unixid *id);
-
- /* Called when backend is unloaded */
- NTSTATUS (*close_fn)(void);
-};
-
#endif /* _IDMAP_H_ */