diff gui/interface.c @ 35347:11408d97de7a

Make import_file_into_gui() available. This function allows adding files to the GUI's playlist and can be used in other places as well.
author ib
date Thu, 22 Nov 2012 13:10:46 +0000
parents 5fbd422b355e
children ee265b18d653
line wrap: on
line diff
--- a/gui/interface.c	Thu Nov 22 10:28:30 2012 +0000
+++ b/gui/interface.c	Thu Nov 22 13:10:46 2012 +0000
@@ -835,7 +835,7 @@
 }
 
 // This function adds/inserts one file into the gui playlist.
-static int import_file_into_gui(char *temp, int insert)
+int import_file_into_gui(char *temp, int insert)
 {
     char *filename, *pathname;
     plItem *item;