syncing with local edit

This commit is contained in:
Daniel Stenberg 2000-01-10 23:36:14 +00:00
parent 067a75e895
commit 26e8ccc631
15 changed files with 427 additions and 1066 deletions

View file

@ -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;