summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-01-16 20:25:57 +0100
committerVolker Lendecke <vl@samba.org>2008-01-16 20:25:57 +0100
commit871cee04f26da97756804b38acfd366b6011dc9e (patch)
tree5b84ecb34b8eb854dd35f334cc40506eabe7d03c /source
parent05c22a55a4c052c682a2f2afdb0696504195d18c (diff)
downloadsamba-871cee04f26da97756804b38acfd366b6011dc9e.tar.gz
samba-871cee04f26da97756804b38acfd366b6011dc9e.tar.xz
samba-871cee04f26da97756804b38acfd366b6011dc9e.zip
Fix a missing prototype warning
Diffstat (limited to 'source')
-rw-r--r--source/lib/tdb/common/tdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/tdb/common/tdb_private.h b/source/lib/tdb/common/tdb_private.h
index 63a6d04e72d..dd69903015c 100644
--- a/source/lib/tdb/common/tdb_private.h
+++ b/source/lib/tdb/common/tdb_private.h
@@ -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);