summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
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_ */