Skip to content
Snippets Groups Projects
Commit 8e004316 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added COOKIEJAR

parent c13dbf7b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment