diff audacious/main.h @ 887:a8fb5974c3a9 trunk

[svn] * Skin thumbnails are refreshable!
author nhjm449
date Sun, 26 Mar 2006 13:51:07 -0800
parents 12c47704b4b5
children 6afdd0d7e1e1
line wrap: on
line diff
--- a/audacious/main.h	Sat Mar 25 23:14:27 2006 -0800
+++ b/audacious/main.h	Sun Mar 26 13:51:07 2006 -0800
@@ -26,6 +26,8 @@
 #include "textbox.h"
 #include "vis.h"
 
+#include <sys/types.h>
+#include <sys/stat.h>
 
 #define BMP_USER_PLUGIN_DIR_BASENAME  "Plugins"
 #define BMP_SKIN_DIR_BASENAME         "Skins"
@@ -140,6 +142,7 @@
 
 void bmp_config_save(void);
 void bmp_config_load(void);
+void make_directory(const gchar * path, mode_t mode);
 void report_error(const gchar *error_text);
 
 #endif