add single instance mode
[uwplayer.git] / application / playlist.h
index abb4e62..26df47b 100644 (file)
@@ -35,6 +35,10 @@ void PlayListAddFile(MainWindow *win, const char *file);
 
 void PlayListPlayNext(MainWindow *win, bool force);
 
+void PlayListPlayTrack(MainWindow *win, int i);
+
+void PlayListClear(MainWindow *win);
+
 #ifdef __cplusplus
 }
 #endif