summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/dbinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/searchengine/dbinterface.h')
-rw-r--r--apps/plugins/searchengine/dbinterface.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/searchengine/dbinterface.h b/apps/plugins/searchengine/dbinterface.h
index 98596ae..b168456 100644
--- a/apps/plugins/searchengine/dbinterface.h
+++ b/apps/plugins/searchengine/dbinterface.h
@@ -30,13 +30,15 @@ struct entry {
loadedalbumname,
loadedartistname;
char *filename;
- long hash;
- long songentry;
+ long hash,rundbhash;
+ long songentry,rundbfe;
long rundbentry;
short year;
short bitrate;
- long rating;
+ short rating;
long playcount;
+ long lastplayed;
+ short voladj;
char *title;
char *genre;
long artistoffset;