]> git.ozlabs.org Git - ccan/commit
tdb2: typesafe traverse function
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:21 +0000 (22:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:21 +0000 (22:12 +1030)
commit5d226247fd983bdde5780e672a5ae38391356265
treed0d72c5bcce317e382a1f080d1d150ec79227eb6
parent95c98eb3ee9fcb3913ecb6c2618fcdaf3c8ce60a
tdb2: typesafe traverse function

This make sure that the data being handed to the function in tdb_traverse
is the correct type.
ccan/tdb2/_info
ccan/tdb2/tdb2.h
ccan/tdb2/test/run-traverse.c
ccan/tdb2/traverse.c