From 7426cf4306e84c994f3903b4b867cc76c45574be Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 10:30:15 +0200 Subject: s3: remove prototype of non-existsing function idmap_tdb_tdb_close(). --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index b018a452cc..5589eeee9c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6497,7 +6497,6 @@ NTSTATUS idmap_passdb_init(void); /* The following definitions come from winbindd/idmap_tdb.c */ -bool idmap_tdb_tdb_close(TDB_CONTEXT *tdbctx); NTSTATUS idmap_alloc_tdb_init(void); NTSTATUS idmap_tdb_init(void); -- cgit