]> git.ozlabs.org Git - ccan/blobdiff - ccan/jmap/jmap_type.h
jbitset: rename to jset, use ccan/tcon
[ccan] / ccan / jmap / jmap_type.h
index 065526d79de7ca85d31f95eac7db19449d2f4c3e..43155a2c1abb5731563922e951486871bf2ceaed 100644 (file)
@@ -1,3 +1,4 @@
+/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #ifndef CCAN_JMAP_TYPE_H
 #define CCAN_JMAP_TYPE_H
 #include <ccan/jmap/jmap.h>
@@ -19,7 +20,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);