diff options
Diffstat (limited to 'bk_text.c')
| -rw-r--r-- | bk_text.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |