changeset 35373:a0ec74dae6b9

gui/win32: Remove static from add_to_gui_playlist Do not conflict with the declaration of add_to_gui_playlist in interface.h which is shared by both versions of the GUI. Patch by Stephen Sheldon > sfsheldo gmail <
author al
date Fri, 23 Nov 2012 21:47:31 +0000
parents 9d626905f38b
children 8249c2131cd3
files gui/win32/interface.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/interface.c	Fri Nov 23 20:53:54 2012 +0000
+++ b/gui/win32/interface.c	Fri Nov 23 21:47:31 2012 +0000
@@ -817,7 +817,7 @@
 }
 
 /* This function adds/inserts one file into the gui playlist */
-static int add_to_gui_playlist(const char *what, int how)
+int add_to_gui_playlist(const char *what, int how)
 {
     char filename[MAX_PATH];
     char *filepart = filename;