]> git.ozlabs.org Git - ccan/blobdiff - ccan/jbitset/jbitset.h
darray: Changed license from BSD-3 to MIT, and updated copyright year.
[ccan] / ccan / jbitset / jbitset.h
index 4489a8f50021a1080fb4ccd5ccdc442c710804e7..6da79d77a7cadb952b9cee2782c2238f4ea09d8c 100644 (file)
@@ -1,3 +1,4 @@
+/* Licensed under LGPLv2.1+ - see LICENSE file for details */
 #ifndef CCAN_JBITSET_H
 #define CCAN_JBITSET_H
 #include <Judy.h>
@@ -33,7 +34,7 @@ struct jbitset {
        JError_t err;
        const char *errstr;
 };
-const char *COLD_ATTRIBUTE jbit_error_(struct jbitset *set);
+const char *COLD jbit_error_(struct jbitset *set);
 
 /**
  * jbit_error - test for an error in the a previous jbit_ operation.