summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-06 17:47:31 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-06 17:47:31 +0000
commit2808d77089a34eb3bdf98b6a7a71ebc7df9c5fac (patch)
tree96f4426249c44a227c843f6e5b4fb12801cd25e2 /amiga/gui.h
parentbe787cabb17dc2e28b4f93e3a35ae5d9bff5b879 (diff)
downloadnetsurf-2808d77089a34eb3bdf98b6a7a71ebc7df9c5fac.tar.gz
netsurf-2808d77089a34eb3bdf98b6a7a71ebc7df9c5fac.tar.bz2
Full quit function and associated ARexx command (QUIT)
svn path=/trunk/netsurf/; revision=5498
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 44d985081..01c59b7dc 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -116,6 +116,7 @@ struct gui_window
void ami_get_msg(void);
void ami_update_pointer(struct Window *win, gui_pointer_shape shape);
void ami_close_all_tabs(struct gui_window_2 *gwin);
+void ami_quit_netsurf(void);
struct RastPort *currp;
struct TextFont *origrpfont;