From: Rusty Russell Date: Mon, 8 Nov 2010 05:51:58 +0000 (+1030) Subject: jmap: fix incorrect prototype in header documentation. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=d086611e6817c8c1b436bc2ca7cfd405b2aa4a8a jmap: fix incorrect prototype in header documentation. --- diff --git a/ccan/jmap/jmap_type.h b/ccan/jmap/jmap_type.h index 065526d7..92850cbe 100644 --- a/ccan/jmap/jmap_type.h +++ b/ccan/jmap/jmap_type.h @@ -19,7 +19,7 @@ * const char *jmap_@name_error(struct jmap_@name *map); * * // Add, set, delete, test and get. - * bool jmap_@name_add(const struct jmap_@name *map, + * bool jmap_@name_add(struct jmap_@name *map, * unsigned long idx, const type *value); * bool jmap_@name_set(const struct jmap_@name *map, * unsigned long idx, const type *value);