summaryrefslogtreecommitdiff
path: root/lib/tdb2/check.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-02-21 15:29:22 +1030
committerRusty Russell <rusty@rustcorp.com.au>2012-02-21 15:29:22 +1030
commit4e9072660a96324f8d9421f35593057b730ca185 (patch)
treeee1d0ad351b469bfa536a9dada2fb3fd8a558af9 /lib/tdb2/check.c
parenta63d731ae05af78bdc33db58880387169429753e (diff)
downloadsamba-4e9072660a96324f8d9421f35593057b730ca185.tar.gz
samba-4e9072660a96324f8d9421f35593057b730ca185.tar.bz2
samba-4e9072660a96324f8d9421f35593057b730ca185.zip
lib/tdb2: Mark public function as such
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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)
{