summaryrefslogtreecommitdiff
path: root/apps/tagtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r--apps/tagtree.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h
index 7eafb7061d..2a275c89f8 100644
--- a/apps/tagtree.h
+++ b/apps/tagtree.h
@@ -22,11 +22,11 @@
22#include "tagcache.h" 22#include "tagcache.h"
23#include "tree.h" 23#include "tree.h"
24 24
25enum table { invalid, root, allsongs, allalbums, allartists, allgenres, 25enum table {
26 albums4artist, songs4album, songs4artist, artist4genres, 26 invalid, root, navibrowse,
27 search, searchartists, searchalbums, searchsongs, 27 chunked_next };
28 chunked_next };
29 28
29void tagtree_init(void);
30int tagtree_enter(struct tree_context* c); 30int tagtree_enter(struct tree_context* c);
31void tagtree_exit(struct tree_context* c); 31void tagtree_exit(struct tree_context* c);
32int tagtree_load(struct tree_context* c); 32int tagtree_load(struct tree_context* c);