Loading include/curl/curl.h +9 −9 Original line number Diff line number Diff line Loading @@ -212,10 +212,8 @@ typedef enum { in the CURLOPT_FLAGS to activate this */ CINIT(RANGE, OBJECTPOINT, 7), #if 0 /* Configuration flags */ CINIT(FLAGS, LONG, 8), #endif /* not used */ /* Specified file stream to upload from (use as input): */ CINIT(INFILE, OBJECTPOINT, 9), Loading Loading @@ -321,11 +319,8 @@ typedef enum { /* HTTP request, for odd commands like DELETE, TRACE and others */ CINIT(STDERR, OBJECTPOINT, 37), #if 0 /* Progress mode set alternative progress mode displays. Alternative ones should now be made by the client, not the lib! */ CINIT(PROGRESSMODE, LONG, 38), #endif /* 38 is not used */ /* send linked-list of post-transfer QUOTE commands */ CINIT(POSTQUOTE, OBJECTPOINT, 39), Loading Loading @@ -466,6 +461,11 @@ typedef enum { CURL_HTTP_VERSION* enums set below. */ CINIT(HTTP_VERSION, LONG, 84), /* Specificly switch on or off the FTP engine's use of the EPSV command. By default, that one will always be attempted before the more traditional PASV command. */ CINIT(FTP_USE_EPSV, LONG, 85), CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; Loading Loading
include/curl/curl.h +9 −9 Original line number Diff line number Diff line Loading @@ -212,10 +212,8 @@ typedef enum { in the CURLOPT_FLAGS to activate this */ CINIT(RANGE, OBJECTPOINT, 7), #if 0 /* Configuration flags */ CINIT(FLAGS, LONG, 8), #endif /* not used */ /* Specified file stream to upload from (use as input): */ CINIT(INFILE, OBJECTPOINT, 9), Loading Loading @@ -321,11 +319,8 @@ typedef enum { /* HTTP request, for odd commands like DELETE, TRACE and others */ CINIT(STDERR, OBJECTPOINT, 37), #if 0 /* Progress mode set alternative progress mode displays. Alternative ones should now be made by the client, not the lib! */ CINIT(PROGRESSMODE, LONG, 38), #endif /* 38 is not used */ /* send linked-list of post-transfer QUOTE commands */ CINIT(POSTQUOTE, OBJECTPOINT, 39), Loading Loading @@ -466,6 +461,11 @@ typedef enum { CURL_HTTP_VERSION* enums set below. */ CINIT(HTTP_VERSION, LONG, 84), /* Specificly switch on or off the FTP engine's use of the EPSV command. By default, that one will always be attempted before the more traditional PASV command. */ CINIT(FTP_USE_EPSV, LONG, 85), CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; Loading