diff options
author | Michael Adam <obnox@samba.org> | 2010-05-31 10:30:15 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-05-31 10:30:15 +0200 |
commit | 7426cf4306e84c994f3903b4b867cc76c45574be (patch) | |
tree | 03ff409663503a2bc83f76cfcccf9b1839d9e414 | |
parent | e3997c2a6d82276cc736686099ab897fa4fd0047 (diff) | |
download | samba-7426cf4306e84c994f3903b4b867cc76c45574be.tar.gz samba-7426cf4306e84c994f3903b4b867cc76c45574be.tar.bz2 samba-7426cf4306e84c994f3903b4b867cc76c45574be.zip |
s3: remove prototype of non-existsing function idmap_tdb_tdb_close().
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |