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 ff80776f7e..d6a5d067ce 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -468,6 +468,7 @@ static const struct plugin_api rockbox_api = {
468 playlist_remove_all_tracks, 468 playlist_remove_all_tracks,
469 playlist_create, 469 playlist_create,
470 playlist_insert_track, 470 playlist_insert_track,
471 playlist_insert_directory,
471 playlist_shuffle, 472 playlist_shuffle,
472 PREFIX(audio_play), 473 PREFIX(audio_play),
473 audio_stop, 474 audio_stop,
@@ -658,7 +659,6 @@ static const struct plugin_api rockbox_api = {
658 appsversion, 659 appsversion,
659 /* new stuff at the end, sort into place next time 660 /* new stuff at the end, sort into place next time
660 the API gets incompatible */ 661 the API gets incompatible */
661 playlist_insert_directory,
662}; 662};
663 663
664int plugin_load(const char* plugin, const void* parameter) 664int plugin_load(const char* plugin, const void* parameter)