summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 194ec34484..1198f93434 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -59,6 +59,7 @@
59#ifdef SIMULATOR 59#ifdef SIMULATOR
60static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE]; 60static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE];
61void *sim_plugin_load(char *plugin, int *fd); 61void *sim_plugin_load(char *plugin, int *fd);
62void sim_plugin_close(int fd);
62#else 63#else
63#define sim_plugin_close(x) 64#define sim_plugin_close(x)
64extern unsigned char pluginbuf[]; 65extern unsigned char pluginbuf[];