]> icculus.org git repositories - dana/obconf.git/blob - src/theme.h
use tar and gzip commands instead of libtar and zlib
[dana/obconf.git] / src / theme.h
1 #ifndef __install_h
2 #define __install_h
3
4 #include <glib.h>
5
6 gchar* theme_install(gchar *path);
7
8 void theme_archive(gchar *path);
9
10 #endif