From b1e1e44041f7c078a8a1e4f31ab0cde03efd1b2a Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Sun, 5 Jun 2005 23:00:42 +0000 Subject: Database v3 support.. works with the new format, new fields aren't getting used yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6573 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/searchengine/dbinterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/searchengine/dbinterface.h') diff --git a/apps/plugins/searchengine/dbinterface.h b/apps/plugins/searchengine/dbinterface.h index 6a33248..98596ae 100644 --- a/apps/plugins/searchengine/dbinterface.h +++ b/apps/plugins/searchengine/dbinterface.h @@ -43,6 +43,9 @@ struct entry { long albumoffset; char *artistname; char *albumname; + long playtime; + short track; + short samplerate; }; extern struct entry *currententry; -- cgit v1.1