]> git.ozlabs.org Git - ccan/blobdiff - ccan/jbitset/jbitset.h
tdb2: rename internal hashfn and logfn to hash_fn and log_fn.
[ccan] / ccan / jbitset / jbitset.h
index 4489a8f50021a1080fb4ccd5ccdc442c710804e7..77a158c9c8f482177e0d93956b8f33bc8f00779c 100644 (file)
@@ -33,7 +33,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.