chiark / gitweb /
Grey out edit playlists menu item if server does not appear to support
[disorder] / lib / kvp.h
index 5240526a270159b72ae93f907e65c54a65d38107..dcdca5f89df80136370ef07a6887d0cb8e94a04d 100644 (file)
--- a/lib/kvp.h
+++ b/lib/kvp.h
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2005 Richard Kettlewell
+ * Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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 */