From 15f9f47056700ed8fea2659e15cb1b28415f7cb6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 3 Dec 2001 12:26:15 +0000 Subject: Implement browse sequence support [originally from svn r1438] --- winhelp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'winhelp.h') diff --git a/winhelp.h b/winhelp.h index e6014db..afadcfd 100644 --- a/winhelp.h +++ b/winhelp.h @@ -56,6 +56,12 @@ void whlp_start_macro(WHLP h, char *macro); WHLP_TOPIC whlp_register_topic(WHLP h, char *context_name, char **clash); /* + * Link two topics together in a browse sequence. Automatically + * takes care of the forward and reverse links. + */ +void whlp_browse_link(WHLP h, WHLP_TOPIC before, WHLP_TOPIC after); + +/* * After calling whlp_register_topic for all topics, you should * call this, which will sort out all loose ends and allocate * context names for all anonymous topics. Then you can start -- cgit v1.1