diff options
Diffstat (limited to 'src/HTForms.h')
-rw-r--r-- | src/HTForms.h | 7 |
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 |