diff gui/interface.h @ 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 5a45efc630b8
children ee265b18d653
line wrap: on
line diff
--- a/gui/interface.h	Thu Nov 22 10:28:30 2012 +0000
+++ b/gui/interface.h	Thu Nov 22 13:10:46 2012 +0000
@@ -150,4 +150,6 @@
 void gmp_msg(int mod, int lev, const char *format, ...);
 //@}
 
+int import_file_into_gui(char *temp, int insert);
+
 #endif /* MPLAYER_GUI_INTERFACE_H */