summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-01 20:46:26 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-01 20:46:26 +0200
commit6303b539693d1c3aa58c0164e5a9799953abef41 (patch)
treee22ea9989cd944b68fb7ef9247c84d7be28f3c19 /playlist.h
parent7c646ffa127e4cca5a3c602cba7c9940f9c67668 (diff)
improved curl seeking
fixed abnormal termination/hang if curl streamer was active added id3v2 reading for streaming mp3s
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);