summaryrefslogtreecommitdiff
path: root/apps/tagtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r--apps/tagtree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h
index 0c612ad395..30e00f6c99 100644
--- a/apps/tagtree.h
+++ b/apps/tagtree.h
@@ -38,6 +38,7 @@ void tagtree_exit(struct tree_context* c);
38int tagtree_load(struct tree_context* c); 38int tagtree_load(struct tree_context* c);
39struct tagentry* tagtree_get_entry(struct tree_context *c, int id); 39struct tagentry* tagtree_get_entry(struct tree_context *c, int id);
40bool tagtree_insert_selection_playlist(int position, bool queue); 40bool tagtree_insert_selection_playlist(int position, bool queue);
41char *tagtree_get_title(struct tree_context* c);
41int tagtree_get_attr(struct tree_context* c); 42int tagtree_get_attr(struct tree_context* c);
42#ifdef HAVE_LCD_BITMAP 43#ifdef HAVE_LCD_BITMAP
43const unsigned char* tagtree_get_icon(struct tree_context* c); 44const unsigned char* tagtree_get_icon(struct tree_context* c);