summaryrefslogtreecommitdiff
path: root/lib/tdb2/check.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/check.c')
-rw-r--r--lib/tdb2/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/check.c b/lib/tdb2/check.c
index ecd6c13c53..6ad1ebd362 100644
--- a/lib/tdb2/check.c
+++ b/lib/tdb2/check.c
@@ -794,7 +794,7 @@ static enum TDB_ERROR check_linear(struct tdb_context *tdb,
return TDB_SUCCESS;
}
-enum TDB_ERROR tdb_check_(struct tdb_context *tdb,
+_PUBLIC_ enum TDB_ERROR tdb_check_(struct tdb_context *tdb,
enum TDB_ERROR (*check)(TDB_DATA, TDB_DATA, void *),
void *data)
{