Browse Source

jmap: fix incorrect prototype in header documentation.

Rusty Russell 15 years ago
parent
commit
d086611e68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/jmap/jmap_type.h

+ 1 - 1
ccan/jmap/jmap_type.h

@@ -19,7 +19,7 @@
  *	const char *jmap_@name_error(struct jmap_@name *map);
  *	const char *jmap_@name_error(struct jmap_@name *map);
  *
  *
  *	// Add, set, delete, test and get.
  *	// 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);
  *			    unsigned long idx, const type *value);
  *	bool jmap_@name_set(const struct jmap_@name *map,
  *	bool jmap_@name_set(const struct jmap_@name *map,
  *			   unsigned long idx, const type *value);
  *			   unsigned long idx, const type *value);