summaryrefslogtreecommitdiff
path: root/riscos/help.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-05-14 19:59:09 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-05-14 19:59:09 +0000
commit48ace0dd89c1be4794f1a3d430718ee8ad350bd6 (patch)
tree9494f9e2af888f1442f0aa6b3091ad6e156c58c4 /riscos/help.h
parent2dd600802c8efd2426d55a85ac8b8bf021e11bfc (diff)
downloadnetsurf-48ace0dd89c1be4794f1a3d430718ee8ad350bd6.tar.gz
netsurf-48ace0dd89c1be4794f1a3d430718ee8ad350bd6.tar.bz2
[project @ 2004-05-14 19:59:09 by rjw]
Interactive help tokens now fall back to their base key when not available. Help menu is now fully implemented. F1 opens the help page. svn path=/import/netsurf/; revision=864
Diffstat (limited to 'riscos/help.h')
-rw-r--r--riscos/help.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/help.h b/riscos/help.h
index bdf9847ab..444dec7c8 100644
--- a/riscos/help.h
+++ b/riscos/help.h
@@ -15,5 +15,6 @@
#include "oslib/wimp.h"
void ro_gui_interactive_help_request(wimp_message *message);
+int ro_gui_interactive_help_available(void);
#endif