summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2007-10-30 10:02:57 +0000
committerRobert Kukla <roolku@rockbox.org>2007-10-30 10:02:57 +0000
commitc436657571f668299d1848b4227e01bda7434f7f (patch)
treef4c889a2d59c616a9860cc380a1c1b4c2f98e854 /apps/tagcache.h
parente9001ae514128ae2a243a11408d230c15ab6b2b8 (diff)
downloadrockbox-c436657571f668299d1848b4227e01bda7434f7f.tar.gz
rockbox-c436657571f668299d1848b4227e01bda7434f7f.zip
some improvements to FS#8008 - see tracker entry for details
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15371 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index a33e79b56d..39f0c61f7e 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -109,10 +109,9 @@ struct tagcache_stat {
109 // const char *uimessage; /* Pending error message. Implement soon. */ 109 // const char *uimessage; /* Pending error message. Implement soon. */
110}; 110};
111 111
112enum source_type {source_constant, source_input, 112enum source_type {source_constant,
113 source_current_path, /* has different handling to _id3 113 source_runtime,
114 so it has to be seperate */ 114 source_current_path /* dont add items after this.
115 source_current_id3 /* dont add items after this.
116 it is used as an index 115 it is used as an index
117 into id3_to_search_mapping */ 116 into id3_to_search_mapping */
118 }; 117 };