Fix a missing prototype warning
authorVolker Lendecke <vl@samba.org>
Wed, 16 Jan 2008 19:25:57 +0000 (20:25 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 16 Jan 2008 19:25:57 +0000 (20:25 +0100)
(This used to be commit 871cee04f26da97756804b38acfd366b6011dc9e)

source3/lib/tdb/common/tdb_private.h

index 63a6d04e72d00db22f8c87c6cf3222963f1d1562..dd69903015ceb201b0722b8e71752ec3930d767e 100644 (file)
@@ -178,6 +178,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);