From 97a00e7df87fb598157446064f8a94b31f378a47 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 7 Dec 2006 10:49:17 +0000 Subject: r20063: Fix a missing protoype warning in freelistcheck.c (This used to be commit 2fdfc54e7eebc68c81ad5f3fa8d0607bd3b579c5) --- source3/tdb/common/tdb_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/tdb/common/tdb_private.h b/source3/tdb/common/tdb_private.h index cd57365434..1b45481f97 100644 --- a/source3/tdb/common/tdb_private.h +++ b/source3/tdb/common/tdb_private.h @@ -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); -- cgit