summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-01-02 01:43:00 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-01-02 01:43:00 +0000
commitb86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543 (patch)
treee005981304fd2716fe5cfbf345bb43b5a2609e1b /apps/plugin.c
parent9296126417be3be3de2f9a8300eb35a042790c74 (diff)
downloadrockbox-b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543.tar.gz
rockbox-b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543.zip
woops... fix the header and bump the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 5e02d33a95..3efd31ccc9 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -210,6 +210,7 @@ static const struct plugin_api rockbox_api = {
210 lcd_remote_bitmap, 210 lcd_remote_bitmap,
211#endif 211#endif
212 viewport_set_defaults, 212 viewport_set_defaults,
213 viewportmanager_set_statusbar,
213 214
214 /* list */ 215 /* list */
215 gui_synclist_init, 216 gui_synclist_init,
@@ -621,7 +622,6 @@ static const struct plugin_api rockbox_api = {
621 appsversion, 622 appsversion,
622 /* new stuff at the end, sort into place next time 623 /* new stuff at the end, sort into place next time
623 the API gets incompatible */ 624 the API gets incompatible */
624 viewportmanager_set_statusbar,
625}; 625};
626 626
627int plugin_load(const char* plugin, const void* parameter) 627int plugin_load(const char* plugin, const void* parameter)