diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-12-03 17:36:28 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-12-03 17:36:28 +0000 |
| commit | 5a5144c182a3d4436656150225fb9721711a62e4 (patch) | |
| tree | ee0c1392a2452bbe200e8b121c86dfd6fad3f696 /winhelp.h | |
| parent | a299f41baa1242dea65fcddfc69b85286dbc2490 (diff) | |
| download | halibut-5a5144c182a3d4436656150225fb9721711a62e4.zip halibut-5a5144c182a3d4436656150225fb9721711a62e4.tar.gz halibut-5a5144c182a3d4436656150225fb9721711a62e4.tar.bz2 halibut-5a5144c182a3d4436656150225fb9721711a62e4.tar.xz | |
Code cleanup
[originally from svn r1441]
Diffstat (limited to 'winhelp.h')
| -rw-r--r-- | winhelp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -132,3 +132,6 @@ void whlp_begin_para(WHLP h, int para_type); void whlp_end_para(WHLP h); void whlp_set_font(WHLP h, int font_id); void whlp_text(WHLP h, char *text); +void whlp_start_hyperlink(WHLP h, WHLP_TOPIC target); +void whlp_end_hyperlink(WHLP h); + |