summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-31 22:56:59 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-31 22:56:59 +0200
commit12e2421e2bf9f8565fee5f3ff40e208408a333d4 (patch)
tree5bdc04278510429bf9d32110640b8658de65ab68 /playlist.h
parent79d0a9187928ccb832eefff59c609dfe03bb79fb (diff)
implemented "delete selection"
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