From 621f858501ae8f70df41936aa33a2af66d580cca Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 15 May 2010 14:41:03 +0200 Subject: improved playlist add/move/rename handling --- playlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 7e02f2d6..8f57cc2b 100644 --- a/playlist.h +++ b/playlist.h @@ -127,8 +127,9 @@ plt_get_title (int plt, char *buffer, int bufsize); int plt_set_title (int plt, const char *title); +// moves playlist #from to position #to void -plt_move (int from, int before); +plt_move (int from, int to); // playlist access functions void -- cgit v1.2.3