summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index c4e2bf7..ed2c4d9 100644
--- a/src/config.c
+++ b/src/config.c
@@ -30,6 +30,14 @@
#include <glib.h>
+struct MqConfig {
+ gchar *profile;
+ gchar *file_name;
+ GKeyFile *key_file;
+ gboolean types_and_cbs_set;
+ GHashTable *types_and_cbs;
+};
+
enum type {
TYPE_BOOLEAN,
TYPE_INTEGER,