summaryrefslogtreecommitdiffstats
path: root/stream/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/url.h')
-rw-r--r--stream/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/url.h b/stream/url.h
index e344e75c85..1c2db9191a 100644
--- a/stream/url.h
+++ b/stream/url.h
@@ -19,6 +19,7 @@ typedef struct {
char *password;
} URL_t;
+URL_t *url_redirect(URL_t **url, const char *redir);
URL_t* url_new(const char* url);
void url_free(URL_t* url);