diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-12-03 17:34:43 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-12-03 17:34:43 +0000 |
| commit | a299f41baa1242dea65fcddfc69b85286dbc2490 (patch) | |
| tree | 6b7e48bd58c4777d5fbc6a410fa1a854ec9434a4 /winhelp.h | |
| parent | 15f9f47056700ed8fea2659e15cb1b28415f7cb6 (diff) | |
| download | halibut-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |