summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.h')
-rw-r--r--riscos/plugin.h4
1 files changed, 2 insertions, 2 deletions
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