diff options
Diffstat (limited to 'lib/formdata.h')
| -rw-r--r-- | lib/formdata.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/formdata.h b/lib/formdata.h index d087fa7ca..af62156d6 100644 --- a/lib/formdata.h +++ b/lib/formdata.h @@ -39,8 +39,10 @@ struct Form {  /* used by FormAdd for temporary storage */  typedef struct FormInfo {    char *name; +  bool name_alloc;    size_t namelength;    char *value; +  bool value_alloc;    size_t contentslength;    char *contenttype;    long flags; | 
