diff options
author | Volker Lendecke <vl@sernet.de> | 2007-11-13 11:43:48 +0100 |
---|---|---|
committer | Volker Lendecke <vl@sernet.de> | 2007-11-22 16:00:13 +0100 |
commit | afc3eee3b8cd64d9b817de3c9b55d674a5170323 (patch) | |
tree | 4e99c2b53dbb583b5d6b174773121364dba65d8b /source3/lib/tdb/common/tdb_private.h | |
parent | 734025012f0e6074f4ee21b1fc907b09a2dbf806 (diff) | |
download | samba-afc3eee3b8cd64d9b817de3c9b55d674a5170323.tar.gz samba-afc3eee3b8cd64d9b817de3c9b55d674a5170323.tar.bz2 samba-afc3eee3b8cd64d9b817de3c9b55d674a5170323.zip |
Add a missing prototype
(This used to be commit 89e2984a84951373d0e93fe06d0c69c8a62bc777)
Diffstat (limited to 'source3/lib/tdb/common/tdb_private.h')
-rw-r--r-- | source3/lib/tdb/common/tdb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |