aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-01-10 23:36:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-01-10 23:36:14 +0000
commit26e8ccc63151a1c12db709cef4051803afd21189 (patch)
tree55466d09c809a09238480e7a32f309c7b5d0fa43 /lib/url.c
parent067a75e8957a91fb3407d1112931991998ae9219 (diff)
syncing with local edit
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index b520898dc..2abdb6343 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -413,6 +413,9 @@ UrgError curl_urlget(UrgTag tag, ...)
case URGTAG_USERPWD:
data->userpwd = (char *)param_obj;
break;
+ case URGTAG_POSTQUOTE:
+ data->postquote = (struct curl_slist *)param_obj;
+ break;
case URGTAG_PROXYUSERPWD:
data->proxyuserpwd = (char *)param_obj;
break;