r20269: merge -r20264:20267 from SAMBA_3_0_24
[kai/samba-autobuild/.git] / source3 / tdb / common / transaction.c
index a7ce5e3f618934e730a0e8a4d3852001877e14f7..5a62f93f3d70d9517d914ac422b47cbed542042f 100644 (file)
@@ -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;