diff audacious/main.c @ 887:a8fb5974c3a9 trunk

[svn] * Skin thumbnails are refreshable!
author nhjm449
date Sun, 26 Mar 2006 13:51:07 -0800
parents c8cf439179b8
children 6afdd0d7e1e1
line wrap: on
line diff
--- a/audacious/main.c	Sat Mar 25 23:14:27 2006 -0800
+++ b/audacious/main.c	Sun Mar 26 13:51:07 2006 -0800
@@ -369,7 +369,7 @@
     return cfg.gentitle_format;
 }
 
-static void
+void
 make_directory(const gchar * path, mode_t mode)
 {
     if (mkdir(path, mode) == 0)