summaryrefslogtreecommitdiff
path: root/winhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'winhelp.h')
-rw-r--r--winhelp.h6
1 files changed, 6 insertions, 0 deletions
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