summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/form.h b/render/form.h
index 9088ca293..9229ad219 100644
--- a/render/form.h
+++ b/render/form.h
@@ -91,6 +91,7 @@ struct form_control {
char *name; /**< Control name */
char *value; /**< Current value of control */
char *initial_value; /**< Initial value of control */
+ char *filename_value; /**< Original supplied filename (file upload only) */
bool disabled; /**< Whether control is disabled */
struct box *box; /**< Box for control */