summaryrefslogtreecommitdiffstats
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 = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
+ format_time_auto,
+ output_dyn_value,
+ playlist_get_resume_info,
+ playlist_get_track_info,
+ list_do_action,
+ talk_idarray,
+
};
static int plugin_buffer_handle;