X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstrmap%2F_info;h=b8768698bf87a40de3a9bbc7163488206a02b281;hb=7307b7ef3cf1d226ade30ca5d7aa524bdd396715;hp=c128cc27b5c3cbe941cd5e72a4bef2ae2c043f91;hpb=ab244401cdba4513f3a3064c5f403fc2a59bf017;p=ccan diff --git a/ccan/strmap/_info b/ccan/strmap/_info index c128cc27..b8768698 100644 --- a/ccan/strmap/_info +++ b/ccan/strmap/_info @@ -16,10 +16,11 @@ * license_depends_compat FAIL * * Example: + * #include * #include * #include * - * static bool dump(const char *member, size_t value, void *unused) + * static bool dump(const char *member, size_t value, void *unused UNNEEDED) * { * printf("%s at %zu. ", member, value); * // true means keep going with iteration.