From 59b29930d7c89c53f85d4536bb3657b1c0bd2736 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Jul 2016 22:08:29 +0100 Subject: 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. --- frontends/amiga/arexx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/arexx.h') 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 -- cgit v1.2.3