X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..00e0c65285bf2e4c345f32bad3ee6b9f72c5c88a:/lib/kvp.h diff --git a/lib/kvp.h b/lib/kvp.h index 0daa9d2..dcdca5f 100644 --- a/lib/kvp.h +++ b/lib/kvp.h @@ -56,6 +56,7 @@ char *urlencodestring(const char *s); /* return the url-encoded form of @s@ */ char *urldecodestring(const char *s, size_t ns); +struct kvp *kvp_make(const char *key, ...); #endif /* KVP_H */