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 7a36eaf4..5e511be0 100644
--- a/playlist.h
+++ b/playlist.h
@@ -75,4 +75,7 @@ ps_format_item_display_name (playItem_t *it, char *str, int len);
const char *
ps_find_meta (playItem_t *it, const char *key);
+void
+ps_delete_selected (void);
+
#endif // __PLAYLIST_H