From a47247a948e47f6bbadcf15f031af902d1f42551 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 29 Jul 2010 08:17:36 +0200 Subject: fixed pl_format_title code duplication in shellexec plugin --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') 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); -- cgit v1.2.3