X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/031e275e3ae18ddc208b2c05189cec78e9d6e76e..c8a277f4ccdf4c392135769a4f0585dd7df5ae19:/lib/kvp.h diff --git a/lib/kvp.h b/lib/kvp.h index 0a7e478..732a8a6 100644 --- a/lib/kvp.h +++ b/lib/kvp.h @@ -71,6 +71,8 @@ char *urlencodestring(const char *s); char *urldecodestring(const char *s, size_t ns); struct kvp *kvp_make(const char *key, ...); +void kvp_free(struct kvp *k); + #endif /* KVP_H */ /*