aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/uri.h
diff options
context:
space:
mode:
authorLadi Prosek <lprosek@redhat.com>2016-06-13 16:20:48 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-09-15 15:32:22 +0300
commitd4b84d564ee3eb7a58e4585d671fb3c220b6c3b9 (patch)
tree0b9d6a1f54c29b417ad1eaf4fb3a5ab5af0eee16 /include/qemu/uri.h
parentd7d26226b839a2ad5fc356ce8f8d4db901cb29de (diff)
downloadqemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.zip
qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.gz
qemu-d4b84d564ee3eb7a58e4585d671fb3c220b6c3b9.tar.bz2
Remove unused function declarations
Unused function declarations were found using a simple gcc plugin and manually verified by grepping the sources. Signed-off-by: Ladi Prosek <lprosek@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
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 de99b3b..d201c61 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);