summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/playlist.h b/playlist.h
index eb50a7f4..1191f9db 100644
--- a/playlist.h
+++ b/playlist.h
@@ -133,6 +133,9 @@ pl_format_item_display_name (playItem_t *it, char *str, int len);
const char *
pl_find_meta (playItem_t *it, const char *key);
+void
+pl_delete_all_meta (playItem_t *it);
+
// returns index of 1st deleted item
int
pl_delete_selected (void);