From 00f6e0ee13c753d98e8665ad1ff2e992f43ef6e4 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 16 Oct 1999 15:23:27 +0000 Subject: Further development: index work, phase I [originally from svn r237] --- buttress.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'buttress.h') diff --git a/buttress.h b/buttress.h index ef19d4c..786c6e2 100644 --- a/buttress.h +++ b/buttress.h @@ -214,6 +214,9 @@ struct keywordlist_Tag { int nkeywords; int size; keyword **keys; + word **looseends; /* non-keyword list element numbers */ + int nlooseends; + int looseendssize; }; struct keyword_Tag { wchar_t *key; /* the keyword itself */ @@ -229,6 +232,8 @@ void subst_keywords(paragraph *, keywordlist *); /* * index.c */ +/* index_merge takes responsibility for freeing arg 3 but not arg 2 */ +void index_merge(int is_explicit, wchar_t *, word *); /* * contents.c -- cgit v1.1