aboutsummaryrefslogtreecommitdiffstats
path: root/lib/url.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-25 19:56:53 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-25 19:56:53 +0100
commite9eaee6eb50cd566d699b61a4d643f64800b488b (patch)
treece290b784d754ce9cf11f75957ac5045ff044e36 /lib/url.h
parentbe28fe7da3e197d91ec00a6c1017c053041f5a85 (diff)
constified.
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.h b/lib/url.h
index 8c038c91..55107ad2 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -41,4 +41,4 @@ typedef struct url
char pass[MAX_STRING+1];
} url_t;
-int url_set( url_t *url, char *set_url );
+int url_set( url_t *url, const char *set_url );