Commit 8e004316 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added COOKIEJAR

parent c13dbf7b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -454,6 +454,10 @@ typedef enum {
   * 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;