]> git.ozlabs.org Git - ccan/commit
setset: fix API to match strmap and common sense.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 06:12:51 +0000 (16:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 06:12:51 +0000 (16:42 +1030)
commit7c69053bd418bf0abd21f29e8cb11164684310ca
tree0905e18f0faf7958b545cc17a88969271cb9896d
parent140cd1699215bdb2a849459644823b88ab7d42cf
setset: fix API to match strmap and common sense.

strset_set -> strset_add
strset_clear -> strset_del
strset_test -> strset_get
strset_destroy -> strset_clear
ccan/strset/_info
ccan/strset/strset.c
ccan/strset/strset.h
ccan/strset/test/run-hibit.c
ccan/strset/test/run-iterate-const.c
ccan/strset/test/run-order.c
ccan/strset/test/run-prefix.c
ccan/strset/test/run.c