aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-29 09:32:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-29 09:32:50 +0000
commit8e0043165a05318f46c9ba1b98c6c3e88245a5f0 (patch)
treeeb3e919ee862ba09908c186ce981b9ab39eeea5f /include
parentc13dbf7baee0f57c8ff6fb3907b7572c9102c315 (diff)
added COOKIEJAR
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 2b93f64f2..ddf7d3870 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -453,6 +453,10 @@ typedef enum {
* handshake, set 1 to check existence, 2 to ensure that it matches the
* provided hostname. */
CINIT(SSL_VERIFYHOST, LONG, 81),
+
+ /* Specify which file name to write all known cookies in after completed
+ operation. Set file name to "-" (dash) to make it go to stdout. */
+ CINIT(COOKIEJAR, OBJECTPOINT, 82),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;