From afc3eee3b8cd64d9b817de3c9b55d674a5170323 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Nov 2007 11:43:48 +0100 Subject: Add a missing prototype (This used to be commit 89e2984a84951373d0e93fe06d0c69c8a62bc777) --- source3/lib/tdb/common/tdb_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/lib/tdb/common/tdb_private.h b/source3/lib/tdb/common/tdb_private.h index 00bd0eb537..58c30c1706 100644 --- a/source3/lib/tdb/common/tdb_private.h +++ b/source3/lib/tdb/common/tdb_private.h @@ -173,6 +173,7 @@ struct tdb_context { int tdb_munmap(struct tdb_context *tdb); void tdb_mmap(struct tdb_context *tdb); int tdb_lock(struct tdb_context *tdb, int list, int ltype); +int tdb_lock_nonblock(struct tdb_context *tdb, int list, int ltype); int tdb_unlock(struct tdb_context *tdb, int list, int ltype); int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len); int tdb_transaction_lock(struct tdb_context *tdb, int ltype); -- cgit