diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-28 08:44:45 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-28 08:44:45 +0100 |
commit | 23784065e6e4de2e77bd1793a92ed3dbb73b5203 (patch) | |
tree | 08caeca17ec3eb646f5d83a39877ed078908c5bc /lib/url.c | |
parent | f1b7711f566163ff27a8f13ae3ccc7214a24fe70 (diff) | |
parent | 3f668e478bbaa062cf6b01e627cb39885200e5ff (diff) |
Merging OAuth branch. It should be stable now and is documented.
Diffstat (limited to 'lib/url.c')
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #include "url.h" /* Convert an URL to a url_t structure */ -int url_set( url_t *url, char *set_url ) +int url_set( url_t *url, const char *set_url ) { char s[MAX_STRING+1]; char *i; |