summaryrefslogtreecommitdiff
path: root/lib/tdb/common/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb/common/hash.c')
-rw-r--r--lib/tdb/common/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/hash.c b/lib/tdb/common/hash.c
index c07297ec19..2472ed1ace 100644
--- a/lib/tdb/common/hash.c
+++ b/lib/tdb/common/hash.c
@@ -374,7 +374,7 @@ static uint32_t hashlittle( const void *key, size_t length )
return c;
}
-unsigned int tdb_jenkins_hash(TDB_DATA *key)
+_PUBLIC_ unsigned int tdb_jenkins_hash(TDB_DATA *key)
{
return hashlittle(key->dptr, key->dsize);
}