summaryrefslogtreecommitdiff
path: root/bk_xhtml.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-12-04 21:12:40 +0000
committerSimon Tatham <anakin@pobox.com>2001-12-04 21:12:40 +0000
commit5e3a21913b6a47e78d3e4edd4238d028b90827b7 (patch)
treecfb3f25b5643cb957014f64aa831c27cf9a308eb /bk_xhtml.c
parent087e9915b987f1cd6eb679521f87fa3e5b2b9d96 (diff)
downloadhalibut-5e3a21913b6a47e78d3e4edd4238d028b90827b7.zip
halibut-5e3a21913b6a47e78d3e4edd4238d028b90827b7.tar.gz
halibut-5e3a21913b6a47e78d3e4edd4238d028b90827b7.tar.bz2
halibut-5e3a21913b6a47e78d3e4edd4238d028b90827b7.tar.xz
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]
Diffstat (limited to 'bk_xhtml.c')
-rw-r--r--bk_xhtml.c5
1 files changed, 3 insertions, 2 deletions
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;