X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fhash.h;fp=src%2Fhash.h;h=182a1c95d5212ddb271f423a9e469e1cdb1ae6c0;hb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;hp=702091d034765338cd98fecb412ca466868c5038;hpb=d34be0cfec4f726ffdcad2fcb393780a8daba8b9;p=meshlink diff --git a/src/hash.h b/src/hash.h index 702091d0..182a1c95 100644 --- a/src/hash.h +++ b/src/hash.h @@ -27,7 +27,7 @@ typedef struct hash_t { const void **values; } hash_t; -extern hash_t *hash_alloc(size_t n, size_t size) __attribute__ ((__malloc__)); +extern hash_t *hash_alloc(size_t n, size_t size) __attribute__((__malloc__)); extern void hash_free(hash_t *); extern void hash_insert(hash_t *, const void *key, const void *value);