summaryrefslogtreecommitdiff
path: root/amiga/arexx.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-16 14:42:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-16 14:42:40 +0000
commit17bc053fbfba41ea091de7b47a662d5784e1c473 (patch)
treee03daf5eb7fafcf053f67a45907c0745437b5d61 /amiga/arexx.h
parent52eb07dc5bca882473c5f14db299578ff144a1e4 (diff)
downloadnetsurf-17bc053fbfba41ea091de7b47a662d5784e1c473.tar.gz
netsurf-17bc053fbfba41ea091de7b47a662d5784e1c473.tar.bz2
NetSurf will now check if it is already running (ie. if ARexx port NETSURF exists),
and quit and send an OPEN command to the one in memory if this is the case. Setting files as projects of NetSurf is now possible, as is multi-select launching from Workbench. Multi-selects are not passed through using ARexx yet, only the first file in the list will be opened if NetSurf is already running. Plain text files which have no MIMETYPE tooltype are now correctly identified as text/plain instead of text/ascii, allowing them to be opened locally. svn path=/trunk/netsurf/; revision=5698
Diffstat (limited to 'amiga/arexx.h')
-rwxr-xr-xamiga/arexx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/arexx.h b/amiga/arexx.h
index bd83fb36f..358d174f3 100755
--- a/amiga/arexx.h
+++ b/amiga/arexx.h
@@ -22,7 +22,7 @@
#include <proto/arexx.h>
#include <classes/arexx.h>
-void ami_arexx_init(void);
+BOOL ami_arexx_init(void);
void ami_arexx_handle(void);
void ami_arexx_execute(char *);
void ami_arexx_cleanup(void);