X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/031e275e3ae18ddc208b2c05189cec78e9d6e76e..164f2e9387e91bf6fa19e43b8aa85cb031231ced:/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 */ /*