diff --git a/include/curl/curl.h b/include/curl/curl.h index a0d05ed80e1d3a953d7c6f4f0aeafefa4cfd3e11..ad4999e58aaad2d0049a031226608359012b2e80 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -371,6 +371,9 @@ typedef enum { "[host]:[port]" */ T(PROXYPORT, LONG, 59), + /* size of the POST input data, if strlen() is not good to use */ + T(POSTFIELDSIZE, LONG, 60), + CURLOPT_LASTENTRY /* the last unusued */ } CURLoption;