summaryrefslogtreecommitdiff
path: root/winhelp.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-12-03 17:34:43 +0000
committerSimon Tatham <anakin@pobox.com>2001-12-03 17:34:43 +0000
commita299f41baa1242dea65fcddfc69b85286dbc2490 (patch)
tree6b7e48bd58c4777d5fbc6a410fa1a854ec9434a4 /winhelp.h
parent15f9f47056700ed8fea2659e15cb1b28415f7cb6 (diff)
downloadhalibut-a299f41baa1242dea65fcddfc69b85286dbc2490.zip
halibut-a299f41baa1242dea65fcddfc69b85286dbc2490.tar.gz
halibut-a299f41baa1242dea65fcddfc69b85286dbc2490.tar.bz2
halibut-a299f41baa1242dea65fcddfc69b85286dbc2490.tar.xz
Add indexing support. Wow, that was unexpectedly easy.
[originally from svn r1440]
Diffstat (limited to 'winhelp.h')
-rw-r--r--winhelp.h5
1 files changed, 5 insertions, 0 deletions
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