summaryrefslogtreecommitdiff
path: root/bk_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'bk_text.c')
-rw-r--r--bk_text.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bk_text.c b/bk_text.c
index 3bec969..18a6af7 100644
--- a/bk_text.c
+++ b/bk_text.c
@@ -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;