aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parentea8476a2dcf730c16142794975e5eed15cab5db5 (diff)
Wesley Laxton's CURLOPT_PREQUOTE work
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index c4118b6c1..a12a24672 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -493,6 +493,9 @@ typedef enum {
/* DNS cache timeout */
CINIT(DNS_CACHE_TIMEOUT, LONG, 92),
+
+ /* send linked-list of pre-transfer QUOTE commands (Wesley Laxton)*/
+ CINIT(PREQUOTE, OBJECTPOINT, 93),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;