summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b017db017b..7c6e91424a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -821,6 +821,9 @@ static const struct plugin_api rockbox_api = {
821 821
822 /* new stuff at the end, sort into place next time 822 /* new stuff at the end, sort into place next time
823 the API gets incompatible */ 823 the API gets incompatible */
824
825 splash_progress,
826 splash_progress_set_delay,
824}; 827};
825 828
826static int plugin_buffer_handle; 829static int plugin_buffer_handle;