]> git.ozlabs.org Git - ccan/commitdiff
htable: clean up interface, document htable_type better.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 05:07:01 +0000 (14:37 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Sep 2011 05:07:01 +0000 (14:37 +0930)
We change from htable_new()/htable_free() to htable_init/htable_clear.
We also change HTABLE_DEFINE_TYPE() to be the full name, without automatically
prepending htable_.


No differences found