]> icculus.org git repositories - dana/obconf.git/blob - src/install.h
yay for splitting to functions. code is now not ugly
[dana/obconf.git] / src / install.h
1 #ifndef __install_h
2 #define __install_h
3
4 #include <glib.h>
5
6 gboolean install_theme(gchar *path, gchar *theme);
7
8 #endif