From 5b83aebf36bcd77c79a15996421757fb0c5845ca Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 Jun 2003 02:08:56 +0000 Subject: [project @ 2003-06-06 02:08:56 by jmb] Progress plugin handling. Segfault appears to have gone. It doesn't draw the image though :/ svn path=/import/netsurf/; revision=168 --- riscos/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/plugin.h') diff --git a/riscos/plugin.h b/riscos/plugin.h index 98b94c4da..9f054100a 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -1,5 +1,5 @@ /** - * $Id: plugin.h,v 1.1 2003/05/31 18:47:00 jmb Exp $ + * $Id: plugin.h,v 1.2 2003/06/06 02:08:56 jmb Exp $ */ #ifndef _NETSURF_RISCOS_PLUGIN_H_ @@ -20,7 +20,7 @@ struct plugin_object { }; -void plugin_fetch(struct content* content, char* url, struct box* box, +void plugin_decode(struct content* content, char* url, struct box* box, struct plugin_object* po); #endif -- cgit v1.2.3