aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-28 23:31:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-28 23:31:23 +0000
commit80b004a57d6fe8ce2d2fceb29b6eb4a7101da958 (patch)
treecb8bf3a28106c1a23c9d689a300759a8cee92401 /lib/urldata.h
parentea8476a2dcf730c16142794975e5eed15cab5db5 (diff)
Wesley Laxton's CURLOPT_PREQUOTE work
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 cd667fade..c2778a8e3 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -604,8 +604,9 @@ struct UserDefined {
char *crypto_engine; /* name of the crypto engine to use */
char *cookiejar; /* dump all cookies to this file */
bool crlf; /* convert crlf on ftp upload(?) */
- struct curl_slist *quote; /* before the transfer */
+ struct curl_slist *quote; /* after connection is established */
struct curl_slist *postquote; /* after the transfer */
+ struct curl_slist *prequote; /* before the transfer, after type (Wesley Laxton)*/
struct curl_slist *telnet_options; /* linked list of telnet options */
curl_TimeCond timecondition; /* kind of time/date comparison */
time_t timevalue; /* what time to compare with */