mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
[project @ 2004-05-20 20:10:42 by matthewh]
A stub function which should have returned a value wasn't. svn path=/import/netsurf/; revision=871
This commit is contained in:
parent
6838b11f6c
commit
67faa03448
@ -152,7 +152,7 @@ bool plugin_handleable(const char *mime_type)
|
||||
void plugin_msg_parse(wimp_message *message, int ack) {}
|
||||
void plugin_create(struct content *c, const char *params[]) {}
|
||||
void plugin_process_data(struct content *c, char *data, unsigned long size) {}
|
||||
int plugin_convert(struct content *c, unsigned int width, unsigned int height) {}
|
||||
int plugin_convert(struct content *c, unsigned int width, unsigned int height) {return 0;}
|
||||
void plugin_revive(struct content *c, unsigned int width, unsigned int height) {}
|
||||
void plugin_reformat(struct content *c, unsigned int width, unsigned int height) {}
|
||||
void plugin_destroy(struct content *c) {}
|
||||
|
Loading…
Reference in New Issue
Block a user