From 5e3a21913b6a47e78d3e4edd4238d028b90827b7 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 4 Dec 2001 21:12:40 +0000 Subject: This update should bring the Windows Help back end up to near-complete functionality. All that's missing now is indexing and horizontal rules. [originally from svn r1449] --- bk_text.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bk_text.c') diff --git a/bk_text.c b/bk_text.c index 3bec969..18a6af7 100644 --- a/bk_text.c +++ b/bk_text.c @@ -154,7 +154,8 @@ static textconfig text_configure(paragraph *source) { return ret; } -void text_backend(paragraph *sourceform, keywordlist *keywords, index *idx) { +void text_backend(paragraph *sourceform, keywordlist *keywords, + indexdata *idx) { paragraph *p; textconfig conf; word *prefix, *body, *wp; -- cgit v1.1