From 75a6c244591b4bc13c494c2b0ec40926379d2d4a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:44:44 +0200 Subject: 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. --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') 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); -- cgit