X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..d22b8a59995829bc14b4490b9bddd95346e0585d:/lib/hash.h 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 */