diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 690aee9..192488e 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -691,6 +691,8 @@ static const struct plugin_api rockbox_api = { #if CONFIG_CODEC == SWCODEC codec_thread_do_callback, codec_load_file, + codec_begin, + codec_close, get_codec_filename, find_array_ptr, remove_array_ptr, |