summary refs log tree commit diff stats
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 f0722b75da..899ce852f5 100644
--- a/include/qemu/uri.h
+++ b/include/qemu/uri.h
@@ -72,8 +72,6 @@ typedef struct URI {
 } URI;
 
 URI *uri_new(void);
-char *uri_resolve(const char *URI, const char *base);
-char *uri_resolve_relative(const char *URI, const char *base);
 URI *uri_parse(const char *str);
 URI *uri_parse_raw(const char *str, int raw);
 int uri_parse_into(URI *uri, const char *str);