From e59e787b4868acffad49b6264e319d585643d5ab Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Wed, 20 Dec 2006 01:10:04 +0000 Subject: r20269: merge -r20264:20267 from SAMBA_3_0_24 more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5) --- source3/tdb/common/transaction.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/tdb/common') diff --git a/source3/tdb/common/transaction.c b/source3/tdb/common/transaction.c index a7ce5e3f61..5a62f93f3d 100644 --- a/source3/tdb/common/transaction.c +++ b/source3/tdb/common/transaction.c @@ -88,6 +88,9 @@ */ +int transaction_brlock(struct tdb_context *tdb, tdb_off_t offset, + int rw_type, int lck_type, int probe, size_t len); + struct tdb_transaction_el { struct tdb_transaction_el *next, *prev; tdb_off_t offset; -- cgit