From 2d2b889bb25f9db008bdac54babf84c2120d2a45 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 20:36:38 +0200 Subject: Implemented some basic configuration stuff. --- conf.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf.h (limited to 'conf.h') diff --git a/conf.h b/conf.h new file mode 100644 index 0000000..7506373 --- /dev/null +++ b/conf.h @@ -0,0 +1,11 @@ +#ifndef CONF_H +#define CONF_H + +#include + +gchar *conf_get_string(const gchar *group, const gchar *key); +gint conf_get_int(const gchar *group, const gchar *key); +gboolean conf_load(); +void conf_free(); + +#endif -- cgit v1.2.3