summaryrefslogtreecommitdiff
path: root/amiga/help.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 18:42:50 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 18:42:50 +0000
commit36e0715dfb5411a9719f3ca4a032a6d75c267c36 (patch)
treea9a89619ede04623462de1ae52a6709839b13bec /amiga/help.h
parente1b5332192f85945e86ec5f581d4914b0c9601b0 (diff)
downloadnetsurf-36e0715dfb5411a9719f3ca4a032a6d75c267c36.tar.gz
netsurf-36e0715dfb5411a9719f3ca4a032a6d75c267c36.tar.bz2
Get and process AmigaGuide help messages
Diffstat (limited to 'amiga/help.h')
-rwxr-xr-xamiga/help.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/help.h b/amiga/help.h
index ce3a462c6..e405edd0c 100755
--- a/amiga/help.h
+++ b/amiga/help.h
@@ -32,4 +32,7 @@ struct Screen;
void ami_help_open(ULONG node, struct Screen *screen);
void ami_help_free(void);
void ami_help_new_screen(struct Screen *screen);
+ULONG ami_help_signal(void);
+void ami_help_process(void);
#endif
+