diff options
Diffstat (limited to 'lib/tdb2/check.c')
-rw-r--r-- | lib/tdb2/check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/check.c b/lib/tdb2/check.c index 8a89422b48..3003b62616 100644 --- a/lib/tdb2/check.c +++ b/lib/tdb2/check.c @@ -436,7 +436,7 @@ fail: static enum TDB_ERROR check_hash(struct tdb_context *tdb, tdb_off_t used[], size_t num_used, size_t num_ftables, - int (*check)(TDB_DATA, TDB_DATA, void *), + enum TDB_ERROR (*check)(TDB_DATA, TDB_DATA, void *), void *data) { /* Free tables also show up as used. */ |