Update choose screen when a rescan completes (and drive initial fill
[disorder] / lib / kvp.h
index 0daa9d2..dcdca5f 100644 (file)
--- 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 */