about summary refs log tree commit diff stats
path: root/src/HTForms.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-01-29 21:25:58 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1997-01-29 21:25:58 -0500
commitc3ec4181d988501e4d7116f32c669d5ca69e7060 (patch)
tree3a19fc17f13ca34edf02b209e19464f8041984cd /src/HTForms.h
parent6bd78b38830217fa268e678d9637116ec516bf0e (diff)
downloadlynx-snapshots-c3ec4181d988501e4d7116f32c669d5ca69e7060.tar.gz
snapshot of project "lynx", label v2_6fm_970129
Diffstat (limited to 'src/HTForms.h')
-rw-r--r--src/HTForms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/HTForms.h b/src/HTForms.h
index 269f6b18..612bbb89 100644
--- a/src/HTForms.h
+++ b/src/HTForms.h
@@ -89,6 +89,8 @@ typedef struct _FormInfo {
 #define F_RANGE_TYPE      10
 #define F_FILE_TYPE       11
 #define F_TEXT_SUBMIT_TYPE 12
+#define F_IMAGE_SUBMIT_TYPE 13
+#define F_KEYGEN_TYPE     14
 
 #define WWW_FORM_LINK_TYPE  1
 #define WWW_LINK_TYPE   2