From 9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8 Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Thu, 28 Apr 2005 12:33:38 +0000 Subject: Search engine core for database v2, has an hardcoded "songs for year >= 1980 and year < 1990" at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6367 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 76c9ddb..384ab22 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -45,6 +45,7 @@ #include "powermgmt.h" #include "system.h" #include "sound.h" +#include "database.h" #if (CONFIG_HWCODEC == MASNONE) #include "pcm_playback.h" #endif @@ -319,6 +320,11 @@ static const struct plugin_api rockbox_api = { #ifdef HAVE_LCD_BITMAP read_bmp_file, #endif + &tagdbheader, + &tagdb_fd, + &tagdb_initialized, + tagdb_init, + strcasestr, }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1