summaryrefslogtreecommitdiff
path: root/riscos/help.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-04-07 20:46:22 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-04-07 20:46:22 +0000
commit610fca368b4b438fd2868f8a4d6a39a45f823e6b (patch)
treef31e0cbf961196522727043cef55fb76c122bddb /riscos/help.h
parent75e7c01b1f23b9b03f32c2eaf7399f12a9a20272 (diff)
downloadnetsurf-610fca368b4b438fd2868f8a4d6a39a45f823e6b.tar.gz
netsurf-610fca368b4b438fd2868f8a4d6a39a45f823e6b.tar.bz2
[project @ 2005-04-07 20:46:22 by rjw]
Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
Diffstat (limited to 'riscos/help.h')
-rw-r--r--riscos/help.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/riscos/help.h b/riscos/help.h
index 444dec7c8..544931707 100644
--- a/riscos/help.h
+++ b/riscos/help.h
@@ -2,7 +2,7 @@
* This file is part of NetSurf, http://netsurf.sourceforge.net/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
- * Copyright 2004 Richard Wilson <not_ginger_matt@users.sourceforge.net>
+ * Copyright 2004, 2005 Richard Wilson <info@tinct.net>
*/
/** \file
@@ -12,9 +12,11 @@
#ifndef _NETSURF_RISCOS_HELP_H_
#define _NETSURF_RISCOS_HELP_H_
+#include <stdbool.h>
#include "oslib/wimp.h"
void ro_gui_interactive_help_request(wimp_message *message);
-int ro_gui_interactive_help_available(void);
+bool ro_gui_interactive_help_available(void);
+void ro_gui_interactive_help_start(void);
#endif