summaryrefslogtreecommitdiff
path: root/frontends/amiga/arexx.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 22:08:29 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 22:08:29 +0100
commit59b29930d7c89c53f85d4536bb3657b1c0bd2736 (patch)
tree59f18eda5b99ab6e12786941dcf0db896ad69865 /frontends/amiga/arexx.h
parenteb9571ede701defafd2b9685138826a719124b5b (diff)
downloadnetsurf-59b29930d7c89c53f85d4536bb3657b1c0bd2736.tar.gz
netsurf-59b29930d7c89c53f85d4536bb3657b1c0bd2736.tar.bz2
Fix the signalling to the old session of NetSurf from the newly-launched one.
No idea how this ever worked previously, as it was sending commands to the ARexx server instead of NetSurf.
Diffstat (limited to 'frontends/amiga/arexx.h')
-rwxr-xr-xfrontends/amiga/arexx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/arexx.h b/frontends/amiga/arexx.h
index e6c9c7e24..b97967a56 100755
--- a/frontends/amiga/arexx.h
+++ b/frontends/amiga/arexx.h
@@ -25,6 +25,6 @@
bool ami_arexx_init(ULONG *rxsig);
void ami_arexx_handle(void);
void ami_arexx_execute(char *);
-void ami_arexx_command(const char *cmd);
+void ami_arexx_self(const char *cmd);
void ami_arexx_cleanup(void);
#endif