summaryrefslogtreecommitdiff
path: root/source3/tdb/common/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tdb/common/transaction.c')
-rw-r--r--source3/tdb/common/transaction.c3
1 files changed, 3 insertions, 0 deletions
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;