summaryrefslogtreecommitdiff
path: root/apps/tagtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.h')
-rw-r--r--apps/tagtree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h
index 5c938b1541..6eaaf3dfac 100644
--- a/apps/tagtree.h
+++ b/apps/tagtree.h
@@ -39,7 +39,8 @@ void tagtree_exit(struct tree_context* c, bool is_visible);
39int tagtree_load(struct tree_context* c); 39int tagtree_load(struct tree_context* c);
40char* tagtree_get_entry_name(struct tree_context *c, int id, 40char* tagtree_get_entry_name(struct tree_context *c, int id,
41 char* buf, size_t bufsize); 41 char* buf, size_t bufsize);
42bool tagtree_insert_selection_playlist(int position, bool queue); 42bool tagtree_current_playlist_insert(int position, bool queue);
43int tagtree_add_to_playlist(const char* playlist, bool new_playlist);
43char *tagtree_get_title(struct tree_context* c); 44char *tagtree_get_title(struct tree_context* c);
44int tagtree_get_attr(struct tree_context* c); 45int tagtree_get_attr(struct tree_context* c);
45int tagtree_get_icon(struct tree_context* c); 46int tagtree_get_icon(struct tree_context* c);