summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-29 08:17:36 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-29 08:17:36 +0200
commita47247a948e47f6bbadcf15f031af902d1f42551 (patch)
treee4b053672c0eb89b4c22c8fe95c97ef8377664cf /playlist.h
parent87e3b467e0bd62e43d6eb3547574c2378264ef89 (diff)
fixed pl_format_title code duplication in shellexec plugin
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 c04fe11e..e0abee64 100644
--- a/playlist.h
+++ b/playlist.h
@@ -255,6 +255,9 @@ pl_set_item_flags (playItem_t *it, uint32_t flags);
int
pl_format_title (playItem_t *it, int idx, char *s, int size, int id, const char *fmt);
+int
+pl_format_title_escaped (playItem_t *it, int idx, char *s, int size, int id, const char *fmt);
+
void
pl_format_time (float t, char *dur, int size);