about summary refs log tree commit diff stats
path: root/src/GridText.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-02-18 10:30:13 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-02-18 10:30:13 -0500
commitc5fef0d4ab035d8fd988270a39ed6f9d0e9b214c (patch)
tree24189287f1876ed78999a0e3722ed26a8f733d05 /src/GridText.h
parent8ce6b560f4fb325be3d34266c54c70eb8668e8e1 (diff)
downloadlynx-snapshots-c5fef0d4ab035d8fd988270a39ed6f9d0e9b214c.tar.gz
snapshot of project "lynx", label v2-8-2dev_17
Diffstat (limited to 'src/GridText.h')
-rw-r--r--src/GridText.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/GridText.h b/src/GridText.h
index 006c577c..16cca89c 100644
--- a/src/GridText.h
+++ b/src/GridText.h
@@ -149,6 +149,12 @@ extern int HTGetLinkInfo PARAMS((
 	int *		linknum,
 	char **		hightext,
 	char **		lname));
+extern int HTGetLinkOrFieldStart PARAMS((
+	int		curlink,
+	int *		go_line,
+	int *		linknum,
+	int		direction,
+	BOOLEAN		ta_skip));
 extern BOOL HText_getFirstTargetInLine PARAMS((
 	HText *		text,
 	int		line_num,