Torsten Foertsch's improvements

This commit is contained in:
Daniel Stenberg
2000-07-25 12:21:22 +00:00
parent 0cb4814105
commit 5b7a5046e6
2 changed files with 20 additions and 17 deletions

View File

@@ -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,