From 7be7cfb77696e8e952997f3daf44bc3a1fdf64be Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 12 Aug 2010 21:17:28 +0200 Subject: added option to open files from command line in named playlist --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index e0abee64..403246c4 100644 --- a/playlist.h +++ b/playlist.h @@ -109,6 +109,9 @@ plt_add (int before, const char *title); void plt_remove (int plt); +int +plt_find (const char *name); + void plt_free (void); -- cgit v1.2.3