summaryrefslogtreecommitdiff
path: root/walls_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'walls_conf.h')
-rw-r--r--walls_conf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/walls_conf.h b/walls_conf.h
new file mode 100644
index 0000000..f0f7859
--- /dev/null
+++ b/walls_conf.h
@@ -0,0 +1,12 @@
+#ifndef _WALLS_CONF_H_
+#define _WALLS_CONF_H_
+
+#include <glib.h>
+
+void conf_open();
+void conf_close();
+gint conf_get_int(const gchar*, const gchar*, gint);
+
+extern GKeyFile *keyfile;
+
+#endif