diff options
author | Herb Lewis <herb@samba.org> | 2006-12-20 01:10:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:38 -0500 |
commit | e59e787b4868acffad49b6264e319d585643d5ab (patch) | |
tree | edf25bdd2abeec965f640b130bb6f40369d4ddb7 /source3/tdb/common | |
parent | 84cd4d05e0a6e04c2a9fd1f4608a73ee1086a7af (diff) | |
download | samba-e59e787b4868acffad49b6264e319d585643d5ab.tar.gz samba-e59e787b4868acffad49b6264e319d585643d5ab.tar.bz2 samba-e59e787b4868acffad49b6264e319d585643d5ab.zip |
r20269: merge -r20264:20267 from SAMBA_3_0_24
more no previous prototype warnings
(This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5)
Diffstat (limited to 'source3/tdb/common')
-rw-r--r-- | source3/tdb/common/transaction.c | 3 |
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; |