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