summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-28 15:44:01 +0000
committerDave Chapman <dave@dchapman.com>2006-03-28 15:44:01 +0000
commit47f4a458d636a889e955e68f896708f1276febc0 (patch)
tree99f770c02ef606f0abbdcd332ac39e69830d8007 /apps/plugin.c
parentfff7d6157d56f233cad5c2003475e47a5ff809a7 (diff)
Patch #2969 - Doom! Currently only working on the H300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9312 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index d69fbfc3aa..b18ccb0626 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -67,6 +67,8 @@
#include "bmp.h"
#endif
+#include "backdrop.h"
+
#ifdef HAVE_REMOTE_LCD
#include "lcd-remote.h"
#endif
@@ -409,6 +411,10 @@ static const struct plugin_api rockbox_api = {
i2c_end,
i2c_write,
#endif
+
+ vsnprintf,
+ memchr,
+ load_main_backdrop
};
int plugin_load(const char* plugin, void* parameter)