diff options
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 3 |
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; |