r20063: Fix a missing protoype warning in freelistcheck.c
authorVolker Lendecke <vlendec@samba.org>
Thu, 7 Dec 2006 10:49:17 +0000 (10:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:23 +0000 (12:16 -0500)
(This used to be commit 2fdfc54e7eebc68c81ad5f3fa8d0607bd3b579c5)

source3/tdb/common/tdb_private.h

index cd573654340e5b38472b2d46e9b39f0d512a2e02..1b45481f97b94e265ffb0e2a7bdba5dc0250f3ea 100644 (file)
@@ -198,5 +198,7 @@ tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, in
                           struct list_struct *rec);
 void tdb_io_init(struct tdb_context *tdb);
 int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
+int rec_free_read(struct tdb_context *tdb, tdb_off_t off,
+                 struct list_struct *rec);