diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index e51a00c..c92813d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -329,6 +329,9 @@ static const struct plugin_api rockbox_api = { #ifdef ROCKBOX_HAS_LOGF logf, #endif + &rundbheader, + &rundb_fd, + &rundb_initialized, strncmp, }; |