diff options
author | Björn Stenberg <bjorn@haxx.se> | 2005-01-27 22:21:08 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2005-01-27 22:21:08 +0000 |
commit | 6660f8e91060593cfd6a50c5acf58a653bd284e0 (patch) | |
tree | 494ac07fe5b3737d29d1567093f98024b6a73104 /apps/dbtree.h | |
parent | d719abce64c51a40bf01b613d26b63e57e2abcc2 (diff) | |
download | rockbox-6660f8e91060593cfd6a50c5acf58a653bd284e0.tar.gz rockbox-6660f8e91060593cfd6a50c5acf58a653bd284e0.zip |
Added ID3 searching
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5683 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/dbtree.h')
-rw-r--r-- | apps/dbtree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dbtree.h b/apps/dbtree.h index b0c726881f..5cf2e4feed 100644 --- a/apps/dbtree.h +++ b/apps/dbtree.h @@ -22,7 +22,8 @@ #include "tree.h" enum table { invalid, root, allsongs, allalbums, allartists, - albums4artist, songs4album }; + albums4artist, songs4album, + search, searchartists, searchalbums, searchsongs }; int db_init(void); int db_enter(struct tree_context* c); |