summaryrefslogtreecommitdiff
path: root/content/other.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-12-27 20:15:23 +0000
committerJames Bursa <james@netsurf-browser.org>2003-12-27 20:15:23 +0000
commitce0d5294d5898b6100269bd39d38c0884d5fd4b4 (patch)
tree3a073e5a6d069113c6272f108fcedd668cd186a8 /content/other.h
parent01c0332607e1e9646b74add201a6488ce5265844 (diff)
downloadnetsurf-ce0d5294d5898b6100269bd39d38c0884d5fd4b4.tar.gz
netsurf-ce0d5294d5898b6100269bd39d38c0884d5fd4b4.tar.bz2
[project @ 2003-12-27 20:15:22 by bursa]
Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
Diffstat (limited to 'content/other.h')
-rw-r--r--content/other.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/other.h b/content/other.h
index 96326a159..71fd4aab4 100644
--- a/content/other.h
+++ b/content/other.h
@@ -24,7 +24,7 @@ struct content_other_data {
unsigned long length; /**< Current length of stored data. */
};
-void other_create(struct content *c);
+void other_create(struct content *c, char *params[]);
void other_process_data(struct content *c, char *data, unsigned long size);
int other_convert(struct content *c, unsigned int width, unsigned int height);
void other_revive(struct content *c, unsigned int width, unsigned int height);