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_xhtml.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bk_xhtml.c') diff --git a/bk_xhtml.c b/bk_xhtml.c index 5bc52cf..4f6de4e 100644 --- a/bk_xhtml.c +++ b/bk_xhtml.c @@ -98,7 +98,7 @@ static void xhtml_heading(FILE *, paragraph *); */ static xhtmlconfig conf; static keywordlist *keywords; -static index *idx; +static indexdata *idx; static xhtmlfile *topfile; static xhtmlsection *topsection; static paragraph *sourceparas; @@ -563,7 +563,8 @@ static void xhtml_free_file(xhtmlfile* xfile) /* * Main function. */ -void xhtml_backend(paragraph *sourceform, keywordlist *in_keywords, index *in_idx) +void xhtml_backend(paragraph *sourceform, keywordlist *in_keywords, + indexdata *in_idx) { /* int i;*/ indexentry *ientry; -- cgit v1.1