diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 194ec34..1198f93 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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[]; |