Commit d086611e authored by Rusty Russell's avatar Rusty Russell

jmap: fix incorrect prototype in header documentation.

parent 7766154a
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment