about summary refs log tree commit diff stats
path: root/src/LYStructs.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2005-06-02 22:50:02 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2005-06-02 22:50:02 -0400
commit1367261dc669476df3a799f0de45e4bfb2437b8b (patch)
tree3bf6e1c020aab95b4133f2c29baffef454d3d60b /src/LYStructs.h
parentaaa10562f4a02971f712964cb2fd1014d2a75d33 (diff)
downloadlynx-snapshots-1367261dc669476df3a799f0de45e4bfb2437b8b.tar.gz
snapshot of project "lynx", label v2-8-6dev_12
Diffstat (limited to 'src/LYStructs.h')
-rw-r--r--src/LYStructs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYStructs.h b/src/LYStructs.h
index 4d604736..4a030ab7 100644
--- a/src/LYStructs.h
+++ b/src/LYStructs.h
@@ -29,6 +29,7 @@ extern "C" {
 	int lx;
 	int ly;
 	int type;		/* Type of link, Forms, WWW, etc. */
+	int sgml_offset;	/* document offset used in reparsing */
 	int anchor_number;	/* The anchor number within the HText structure.  */
 	int anchor_line_num;	/* The anchor line number in the HText structure. */
 	HiliteList list;