summaryrefslogtreecommitdiffstats
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);
int tagtree_load(struct tree_context* c);
char* tagtree_get_entry_name(struct tree_context *c, int id,
char* buf, size_t bufsize);
-bool tagtree_insert_selection_playlist(int position, bool queue);
+bool tagtree_current_playlist_insert(int position, bool queue);
+int tagtree_add_to_playlist(const char* playlist, bool new_playlist);
char *tagtree_get_title(struct tree_context* c);
int tagtree_get_attr(struct tree_context* c);
int tagtree_get_icon(struct tree_context* c);