summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:08:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-06-06 02:08:56 +0000
commit5b83aebf36bcd77c79a15996421757fb0c5845ca (patch)
tree0a907e7088983a9e1098de2d14af8e9c947c4cd6 /riscos/plugin.h
parent435c39083e26c646e18fd097d417d667aebea8fe (diff)
downloadnetsurf-5b83aebf36bcd77c79a15996421757fb0c5845ca.tar.gz
netsurf-5b83aebf36bcd77c79a15996421757fb0c5845ca.tar.bz2
[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
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