diff stream/url.h @ 32885:34fb7af52b82

Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.
author cboesch
date Sat, 26 Feb 2011 11:57:54 +0000
parents 0d95f044c589
children 06847bdbe4bc
line wrap: on
line diff
--- a/stream/url.h	Sat Feb 26 11:57:18 2011 +0000
+++ b/stream/url.h	Sat Feb 26 11:57:54 2011 +0000
@@ -38,7 +38,7 @@
 
 URL_t *url_redirect(URL_t **url, const char *redir);
 
-char *get_http_proxy_url(URL_t *proxy, const char *host_url);
+char *get_http_proxy_url(const URL_t *proxy, const char *host_url);
 
 URL_t* url_new(const char* url);
 void   url_free(URL_t* url);