X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..699517afce8942f7f43952adfe242d7a0c09f2d0:/lib/kvp.h?ds=sidebyside 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 */