aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-14 12:59:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-14 12:59:16 +0000
commit2eb355733ff3b9a6cde53f7c114f9ae77368a25f (patch)
tree6468003706832fce9e8ee9eb8ee12484d14d46f0 /lib/formdata.h
parente66cdacb936976003a4c7a07515c24fe7af918b5 (diff)
Marcus Webster's newly added CURLFORM_CONTENTHEADER
Diffstat (limited to 'lib/formdata.h')
-rw-r--r--lib/formdata.h1
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;