diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-14 12:59:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-14 12:59:16 +0000 |
commit | 2eb355733ff3b9a6cde53f7c114f9ae77368a25f (patch) | |
tree | 6468003706832fce9e8ee9eb8ee12484d14d46f0 /lib/formdata.h | |
parent | e66cdacb936976003a4c7a07515c24fe7af918b5 (diff) | |
download | curl-2eb355733ff3b9a6cde53f7c114f9ae77368a25f.tar.gz |
Marcus Webster's newly added CURLFORM_CONTENTHEADER
Diffstat (limited to 'lib/formdata.h')
-rw-r--r-- | lib/formdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/formdata.h b/lib/formdata.h index bca1f9fcc..40f8c9472 100644 --- a/lib/formdata.h +++ b/lib/formdata.h @@ -44,6 +44,7 @@ typedef struct FormInfo { long contentslength; char *contenttype; long flags; + struct curl_slist* contentheader; struct FormInfo *more; } FormInfo; |