From b6d1143cba1a1910742924e8724f02585160f513 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 28 Jan 1998 10:39:47 -0500 Subject: snapshot of project "lynx", label v2-7-1ac-0_111 --- src/LYStructs.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/LYStructs.h') diff --git a/src/LYStructs.h b/src/LYStructs.h index 128d7426..1c224479 100644 --- a/src/LYStructs.h +++ b/src/LYStructs.h @@ -23,7 +23,7 @@ typedef struct link { int anchor_number; /* The anchor number within the HText structure. */ int anchor_line_num;/* The anchor line number in the HText structure. */ struct _FormInfo *form; /* Pointer to form info. */ -} linkstruct; +} linkstruct; extern linkstruct links[MAXLINKS]; extern int nlinks; @@ -45,7 +45,7 @@ typedef struct _document { } document; #ifndef HTFORMS_H -#include "HTForms.h" +#include "HTForms.h" #endif /* HTFORMS_H */ typedef struct _histstruct { @@ -58,9 +58,9 @@ typedef struct _histstruct { BOOL isHEAD; int link; int page; - BOOL internal_link; /* whether doc was reached via an internal + BOOL internal_link; /* whether doc was reached via an internal (fragment) link. - kw */ - int intern_seq_start; /* indicates which element on the history + int intern_seq_start; /* indicates which element on the history is the start of this sequence of "internal links", otherwise -1 */ } histstruct; @@ -75,23 +75,23 @@ extern int nhist; typedef struct _lynx_html_item_type { struct _lynx_html_item_type *next; /* the next item in the linked list */ - char *name; /* a description of the item */ - char *command; /* the command to execute */ - int always_enabled; /* a constant to tell whether or - * not to disable the printer - * when the no_print option is on - */ + char *name; /* a description of the item */ + char *command; /* the command to execute */ + int always_enabled; /* a constant to tell whether or + * not to disable the printer + * when the no_print option is on + */ } lynx_html_item_type; /* for printer commands */ typedef struct _lynx_printer_item_type { struct _lynx_printer_item_type *next; /* next item in the linked list */ - char *name; /* a description of the item */ - char *command; /* the command to execute */ - int always_enabled; /* a constant to tell whether or - * not to disable the printer - * when the no_print option is on - */ + char *name; /* a description of the item */ + char *command; /* the command to execute */ + int always_enabled; /* a constant to tell whether or + * not to disable the printer + * when the no_print option is on + */ int pagelen; /* an integer to store the printer's * page length */ -- cgit 1.4.1-2-gfad0