From dfbe3c84f1541590cf4bea240d0abfaf76d5afb1 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 21 Aug 2003 21:39:07 +0000 Subject: [project @ 2003-08-21 21:39:07 by bursa] Break out menu related code. svn path=/import/netsurf/; revision=245 --- riscos/uri.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'riscos/uri.h') diff --git a/riscos/uri.h b/riscos/uri.h index 70564bfa7..a7eb5d198 100644 --- a/riscos/uri.h +++ b/riscos/uri.h @@ -8,6 +8,8 @@ #ifndef _NETSURF_RISCOS_URI_H_ #define _NETSURF_RISCOS_URI_H_ -static void ro_uri_message_received(uri_full_message_process*); +#include "oslib/wimp.h" + +void ro_uri_message_received(wimp_message *message); #endif -- cgit v1.2.3