summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 13b2fc7769..da4d3432f5 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -827,6 +827,13 @@ static const struct plugin_api rockbox_api = {
827 /* new stuff at the end, sort into place next time 827 /* new stuff at the end, sort into place next time
828 the API gets incompatible */ 828 the API gets incompatible */
829 829
830 format_time_auto,
831 output_dyn_value,
832 playlist_get_resume_info,
833 playlist_get_track_info,
834 list_do_action,
835 talk_idarray,
836
830}; 837};
831 838
832static int plugin_buffer_handle; 839static int plugin_buffer_handle;