summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-10-09 10:23:35 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-10-09 10:23:35 +0000
commitbe2eb02d7a9bba97aeb022174e4abe2cc132d6a3 (patch)
tree76e1716b7f17d3879247ac447228d1366e8ba8b9 /apps/tagcache.h
parent56f50615c0b609654cce3a6faa4a14faf5d715ab (diff)
downloadrockbox-be2eb02d7a9bba97aeb022174e4abe2cc132d6a3.tar.gz
rockbox-be2eb02d7a9bba97aeb022174e4abe2cc132d6a3.zip
FS#6137: add "oneof" operator to tagnavi.conf syntax.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 23525f8ea8..1a3afcac16 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -77,7 +77,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
enum clause { clause_none, clause_is, clause_is_not, clause_gt, clause_gteq,
clause_lt, clause_lteq, clause_contains, clause_not_contains,
clause_begins_with, clause_not_begins_with, clause_ends_with,
- clause_not_ends_with };
+ clause_not_ends_with, clause_oneof };
struct tagcache_stat {
bool initialized; /* Is tagcache currently busy? */