aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index a0d05ed80..ad4999e58 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;