X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..89fa4d7bfe1d02662a65c4d16faa8a67a3e1041b:/lib/hash.h?ds=sidebyside diff --git a/lib/hash.h b/lib/hash.h index 484fda2..3dfb0ed 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -22,6 +22,7 @@ #define HASH_H typedef struct hash hash; +struct kvp; hash *hash_new(size_t valuesize); /* Create a new hash */