added COOKIEJAR

This commit is contained in:
Daniel Stenberg 2001-08-29 09:32:50 +00:00
parent c13dbf7bae
commit 8e0043165a
1 changed files with 4 additions and 0 deletions

View File

@ -454,6 +454,10 @@ typedef enum {
* provided hostname. */ * provided hostname. */
CINIT(SSL_VERIFYHOST, LONG, 81), 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 */ CURLOPT_LASTENTRY /* the last unusued */
} CURLoption; } CURLoption;