summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
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)