aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-07-25 12:21:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-07-25 12:21:22 +0000
commit5b7a5046e6309710636c3347dba554b0b4a03c7c (patch)
treed02d2bd7c48b9b68a234060864a98a75aa4cb496 /include
parent0cb4814105de3a2da408db23bbc98c3634dca320 (diff)
Torsten Foertsch's improvements
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index b49d66df9..b2292e45d 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -76,6 +76,7 @@ struct HttpPost {
link should link to following files */
long flags; /* as defined below */
#define HTTPPOST_FILENAME (1<<0) /* specified content is a file name */
+#define HTTPPOST_READFILE (1<<1) /* specified content is a file name */
};
typedef int (*curl_progress_callback)(void *clientp,