Loading include/curl/curl.h +3 −0 Original line number Diff line number Diff line Loading @@ -559,6 +559,9 @@ typedef enum { this option is used only if SSL_VERIFYPEER is true */ CINIT(CAPATH, OBJECTPOINT, 97), /* Instruct libcurl to use a smaller receive buffer */ CINIT(BUFFERSIZE, LONG, 98), CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; Loading Loading
include/curl/curl.h +3 −0 Original line number Diff line number Diff line Loading @@ -559,6 +559,9 @@ typedef enum { this option is used only if SSL_VERIFYPEER is true */ CINIT(CAPATH, OBJECTPOINT, 97), /* Instruct libcurl to use a smaller receive buffer */ CINIT(BUFFERSIZE, LONG, 98), CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; Loading