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>1998-07-25 03:14:56 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-07-25 03:14:56 -0400
commitaa3258c631eaca9dc2e7e2590b8778b827006144 (patch)
tree8fc25814a576a0db800da7a1421f6a3c76a2ae6d /src/HTForms.h
parent5488a2e17cfeff78f8927f652ecb9750d7a28c29 (diff)
downloadlynx-snapshots-aa3258c631eaca9dc2e7e2590b8778b827006144.tar.gz
snapshot of project "lynx", label v2-8-1dev_18
Diffstat (limited to 'src/HTForms.h')
-rw-r--r--src/HTForms.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/HTForms.h b/src/HTForms.h
index c01d3df1..eb0784f2 100644
--- a/src/HTForms.h
+++ b/src/HTForms.h
@@ -7,7 +7,7 @@
 #endif /* LYSTRUCTS_H */
 
 /* in LYForms.c */
-extern int change_form_link PARAMS((struct link *form_link, int mode,
+extern int change_form_link PARAMS((struct link *form_link,
                                     document *newdoc, BOOLEAN *refresh_screen,
 				    char *link_name, char *link_value));
 
@@ -59,7 +59,7 @@ typedef struct _FormInfo {
 	char *			value;	   /* user entered string data */
 	char *			orig_value;/* the original value */
 	int			size;	   /* width on the screen */
-	int			maxlength; /* max width of data */
+	unsigned		maxlength; /* max width of data */
 	int			group;	   /* a group associated with the link
 					    *  this is used for select's
 					    */
@@ -130,9 +130,6 @@ typedef struct _PerFormInfo
 #define NORMAL_LYNX_MODE 1
 #define FORMS_LYNX_MODE  2
 
-#define FORM_UP   1
-#define FORM_DOWN 2
-
 #define FIRST_ORDER  1
 #define MIDDLE_ORDER 2
 #define LAST_ORDER   3