]> git.ozlabs.org Git - ccan/commit - ccan/tdb2/private.h
tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 06:01:05 +0000 (15:31 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 06:01:05 +0000 (15:31 +0930)
commitc8f6f8c2dea76042f74c02eff048847e62adcca6
tree15115a17c2628a9ceb3e750328a9945a3b3b6082
parent97224cbbe29e76522ec38d031c54b1cadce8ae03
tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.

We're going to need access to it from tdb1_open, so expose it now.
It's better in hash.c anyway.
ccan/tdb2/hash.c
ccan/tdb2/open.c
ccan/tdb2/private.h
ccan/tdb2/test/failtest_helper.h
ccan/tdb2/test/run-90-get-set-attributes.c