about summary refs log tree commit diff stats
path: root/src/LYStructs.h
diff options
context:
space:
mode:
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;