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, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 31990a9b00..eba2c28b33 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -655,6 +655,8 @@ static const struct plugin_api rockbox_api = {
655 playlist_sync, 655 playlist_sync,
656 playlist_remove_all_tracks, 656 playlist_remove_all_tracks,
657 playlist_create, 657 playlist_create,
658 playlist_insert_track,
659 playlist_shuffle,
658}; 660};
659 661
660int plugin_load(const char* plugin, const void* parameter) 662int plugin_load(const char* plugin, const void* parameter)