diff options
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; |