Loading include/curl/curl.h +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
include/curl/curl.h +4 −0 Original line number Diff line number Diff line Loading @@ -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; Loading