From a299f41baa1242dea65fcddfc69b85286dbc2490 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 3 Dec 2001 17:34:43 +0000 Subject: Add indexing support. Wow, that was unexpectedly easy. [originally from svn r1440] --- winhelp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'winhelp.h') diff --git a/winhelp.h b/winhelp.h index afadcfd..60eccaa 100644 --- a/winhelp.h +++ b/winhelp.h @@ -70,6 +70,11 @@ void whlp_browse_link(WHLP h, WHLP_TOPIC before, WHLP_TOPIC after); void whlp_prepare(WHLP h); /* + * Create a link from an index term to a topic. + */ +void whlp_index_term(WHLP h, char *index, WHLP_TOPIC topic); + +/* * Call this if you need the id of a topic and you don't already * know it (for example, if whlp_prepare has allocated it * anonymously for you). You might need this, for example, in -- cgit v1.1