summaryrefslogtreecommitdiff
path: root/riscos/help.h
diff options
context:
space:
mode:
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