summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-04-08 08:03:51 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-04-08 08:03:51 +0000
commit53e921c4c3539fc63b85e9075986d1486b02e48c (patch)
tree113d51dc0009225e5cecd3a84a85968c908e3a84 /apps/tagcache.h
parent0be0b4346614457f0ee38558b6cfdde4f76ddbec (diff)
downloadrockbox-53e921c4c3539fc63b85e9075986d1486b02e48c.tar.gz
rockbox-53e921c4c3539fc63b85e9075986d1486b02e48c.zip
Enable conditional clauses for string tags in disk mode also.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9559 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 82d475811f..794d2c04a4 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -58,6 +58,7 @@ struct tagcache_search_clause
58struct tagcache_search { 58struct tagcache_search {
59 /* For internal use only. */ 59 /* For internal use only. */
60 int fd, masterfd; 60 int fd, masterfd;
61 int idxfd[TAG_COUNT];
61 long seek_list[SEEK_LIST_SIZE]; 62 long seek_list[SEEK_LIST_SIZE];
62 long filter_tag[TAGCACHE_MAX_FILTERS]; 63 long filter_tag[TAGCACHE_MAX_FILTERS];
63 long filter_seek[TAGCACHE_MAX_FILTERS]; 64 long filter_seek[TAGCACHE_MAX_FILTERS];