summaryrefslogtreecommitdiffstats
path: root/stream/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/url.h')
-rw-r--r--stream/url.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/url.h b/stream/url.h
index c89d91a663..b75978af2c 100644
--- a/stream/url.h
+++ b/stream/url.h
@@ -37,6 +37,9 @@ typedef struct {
} URL_t;
URL_t *url_redirect(URL_t **url, const char *redir);
+
+int make_http_proxy_url(URL_t *proxy, const char *host_url, char *dst, int dst_size);
+
URL_t* url_new(const char* url);
void url_free(URL_t* url);