aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/uri.h')
-rw-r--r--include/qemu/uri.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/uri.h b/include/qemu/uri.h
index de99b3bd4b..d201c61260 100644
--- a/include/qemu/uri.h
+++ b/include/qemu/uri.h
@@ -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);