X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/5dd44dceca3dd3c1a4886dd6a7bdf05924e3447f..09358aa7f255d1cd8d47dd152c480d4818cb24cf:/bk_xhtml.c diff --git a/bk_xhtml.c b/bk_xhtml.c index 5a10137..439f9f9 100644 --- a/bk_xhtml.c +++ b/bk_xhtml.c @@ -744,13 +744,15 @@ static void xhtml_free_file(xhtmlfile* xfile) * Main function. */ void xhtml_backend(paragraph *sourceform, keywordlist *in_keywords, - indexdata *in_idx) + indexdata *in_idx, void *unused) { /* int i;*/ indexentry *ientry; int ti; xhtmlsection *xsect; + IGNORE(unused); + sourceparas = sourceform; conf = xhtml_configure(sourceform); keywords = in_keywords;