# HG changeset patch # User al # Date 1353707251 0 # Node ID a0ec74dae6b9d7ed44d6423eab6db39906b7222f # Parent 9d626905f38b9098c0a46cdcd83e17782b340de4 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 < diff -r 9d626905f38b -r a0ec74dae6b9 gui/win32/interface.c --- 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;