added COOKIEJAR
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Aug 2001 09:32:50 +0000 (09:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Aug 2001 09:32:50 +0000 (09:32 +0000)
include/curl/curl.h

index 2b93f64..ddf7d38 100644 (file)
@@ -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;