aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
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/urldata.h
parent067a75e8957a91fb3407d1112931991998ae9219 (diff)
syncing with local edit
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f171cd096..3cfee993a 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -176,7 +176,8 @@ struct UrlData {
X509* server_cert;
#endif /* USE_SSLEAY */
long crlf;
- struct curl_slist *quote;
+ struct curl_slist *quote; /* before the transfer */
+ struct curl_slist *postquote; /* after the transfer */
TimeCond timecondition;
time_t timevalue;