added sim_plugin_close() proto
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6035 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c834871aa
commit
a459965d46
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
#ifdef SIMULATOR
|
||||
static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE];
|
||||
void *sim_plugin_load(char *plugin, int *fd);
|
||||
void sim_plugin_close(int fd);
|
||||
#else
|
||||
#define sim_plugin_close(x)
|
||||
extern unsigned char pluginbuf[];
|
||||
|
|
Loading…
Reference in a new issue