From 4ae4bb8c81bd722c656435231625ae4f9ef86e71 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 14 Mar 2010 19:08:01 +0100 Subject: fixed tabstrip drag-n-drop --- playlist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 7783f2e8..c14cd643 100644 --- a/playlist.h +++ b/playlist.h @@ -121,6 +121,9 @@ plt_get_title (int plt, char *buffer, int bufsize); int plt_set_title (int plt, const char *title); +void +plt_move (int from, int before); + // playlist access functions void pl_clear (void); -- cgit v1.2.3