X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/ba9c1487d811dccd55655fee8ca9a96856fa69f9..4334192268c4b1c0c27a91d043792a21bd8d1292:/bk_whlp.c diff --git a/bk_whlp.c b/bk_whlp.c index 9575673..9655b1f 100644 --- a/bk_whlp.c +++ b/bk_whlp.c @@ -72,7 +72,7 @@ paragraph *whlp_config_filename(char *filename) } void whlp_backend(paragraph *sourceform, keywordlist *keywords, - indexdata *idx) { + indexdata *idx, void *unused) { WHLP h; char *filename, *cntname; paragraph *p, *lastsect; @@ -83,6 +83,8 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords, indexentry *ie; int done_contents_topic = FALSE; + IGNORE(unused); + h = state.h = whlp_new(); state.keywords = keywords; state.idx = idx;