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