]> git.ozlabs.org Git - ccan/commit
tlist: remove type arg from tlist_top(), tlist_tail()
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 06:09:47 +0000 (16:39 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 06:09:47 +0000 (16:39 +1030)
commita6b5111fe6948e51114c33aa34785c9fd0d403e6
tree370d407b7856ead68d1d38898ba3d5bbde99cca4
parentc1e57dbfbd00dee590ab0403763796bff0e2eb2e
tlist: remove type arg from tlist_top(), tlist_tail()

With the type canary, it's unnecessary.  Though the implementation is
a bit more awkward since they longer map directly through to list_top/tail.
ccan/failtest/failtest.c
ccan/failtest/failtest.h
ccan/lbalance/lbalance.c
ccan/tdb2/test/failtest_helper.c
ccan/tlist/test/compile_fail-tlist_tail.c
ccan/tlist/test/compile_fail-tlist_top.c
ccan/tlist/test/run.c
ccan/tlist/tlist.h
tools/ccanlint/async.c