]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/uri.h
util/uri: Remove the uri_string_escape() function
[mirror_qemu.git] / include / qemu / uri.h
index 1855b764f2abd20af7dc86fa2fd09fdcb3023783..255e61f452d11bc263a82b00141f35e622081172 100644 (file)
@@ -72,14 +72,10 @@ 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);
 char *uri_to_string(URI *uri);
-char *uri_string_escape(const char *str, const char *list);
-char *uri_string_unescape(const char *str, int len, char *target);
 void uri_free(URI *uri);
 
 /* Single web service query parameter 'name=value'. */