]> Git Repo - qemu.git/blobdiff - include/qemu/uri.h
virtio-pci: Proxy for virtio-pmem
[qemu.git] / include / qemu / uri.h
index de99b3bd4b8362cda3bb732763eb912a4041dfe5..d201c61260de35bc7b0dac7780d273f932510649 100644 (file)
@@ -102,8 +102,6 @@ typedef struct QueryParams {
 } QueryParams;
 
 struct QueryParams *query_params_new (int init_alloc);
-int query_param_append (QueryParams *ps, const char *name, const char *value);
-extern char *query_param_to_string (const QueryParams *ps);
 extern QueryParams *query_params_parse (const char *query);
 extern void query_params_free (QueryParams *ps);
 
This page took 0.023746 seconds and 4 git commands to generate.