diff options
Diffstat (limited to 'source3/tdb/common/freelist.c')
-rw-r--r-- | source3/tdb/common/freelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/common/freelist.c b/source3/tdb/common/freelist.c index 9d1ae59801..0efe47f879 100644 --- a/source3/tdb/common/freelist.c +++ b/source3/tdb/common/freelist.c @@ -29,7 +29,7 @@ #include "tdb_private.h" /* read a freelist record and check for simple errors */ -static int rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) +int rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) { if (tdb->methods->tdb_read(tdb, off, rec, sizeof(*rec),DOCONV()) == -1) return -1; |