summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-31 11:44:44 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:39 +0200
commit75a6c244591b4bc13c494c2b0ec40926379d2d4a (patch)
tree238160f9adcc5e45f8e92100cddffced02a180fd /source3/include
parentf96575d6db1f0137469d2611a3f3111a8101366d (diff)
downloadsamba-75a6c244591b4bc13c494c2b0ec40926379d2d4a.tar.gz
samba-75a6c244591b4bc13c494c2b0ec40926379d2d4a.tar.bz2
samba-75a6c244591b4bc13c494c2b0ec40926379d2d4a.zip
s3:idmap: remove unused smb_register_idmap_alloc().
The registering of alloc backends is being removed. The idmap backends are responsible for initializing their alloc code on their own if necessary.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 952bea4232..d0eb6db43c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6010,8 +6010,6 @@ bool idmap_is_offline(void);
bool idmap_is_online(void);
NTSTATUS smb_register_idmap(int version, const char *name,
struct idmap_methods *methods);
-NTSTATUS smb_register_idmap_alloc(int version, const char *name,
- struct idmap_alloc_methods *methods);
void idmap_close(void);
NTSTATUS idmap_init_cache(void);
NTSTATUS idmap_allocate_uid(struct unixid *id);