summaryrefslogtreecommitdiff
path: root/winhelp.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-12-03 17:36:28 +0000
committerSimon Tatham <anakin@pobox.com>2001-12-03 17:36:28 +0000
commit5a5144c182a3d4436656150225fb9721711a62e4 (patch)
treeee0c1392a2452bbe200e8b121c86dfd6fad3f696 /winhelp.h
parenta299f41baa1242dea65fcddfc69b85286dbc2490 (diff)
downloadhalibut-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winhelp.h b/winhelp.h
index 60eccaa..d8f92e5 100644
--- a/winhelp.h
+++ b/winhelp.h
@@ -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);
+