diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-07-25 12:21:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-07-25 12:21:22 +0000 |
commit | 5b7a5046e6309710636c3347dba554b0b4a03c7c (patch) | |
tree | d02d2bd7c48b9b68a234060864a98a75aa4cb496 /include | |
parent | 0cb4814105de3a2da408db23bbc98c3634dca320 (diff) |
Torsten Foertsch's improvements
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 1 |
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, |