aboutsummaryrefslogtreecommitdiff
path: root/include/curl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-12 08:55:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-12 08:55:47 +0000
commit1ebda8fa0eedf04a9759bd08b904199b2c02a0bf (patch)
treeafd1d5e831a414caa3f3c045045e94c341dd637a /include/curl
parent9af532e6624dc9d61ce025a6d114102eecfb5eec (diff)
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
Diffstat (limited to 'include/curl')
-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 5ba819213..0a3b32717 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -783,6 +783,9 @@ typedef enum {
*/
CINIT(FTP_SSL, LONG, 119),
+ /* The _LARGE version of the standard POSTFIELDSIZE option */
+ CINIT(POSTFIELDSIZE_LARGE, OFF_T, 120),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;