From c735ed79142a0260fc05d58cb0672e5d1720a26a Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Fri, 1 Jul 2005 17:29:44 +0000 Subject: First runtime database support, self repairing, only playcount works for now, which is still rather crude; playcount gets increased even if the song started playback but was skipped... track rating should be trivial to add, autorating also works since its based on playcount. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6969 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') 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, }; -- cgit v1.1