summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 281319f..f7e285c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -33,4 +33,10 @@ struct MqConfig {
GHashTable *types_and_cbs;
};
+MqConfig *
+mq_config_new(const gchar *profile);
+
+void
+mq_config_set_boolean(MqConfig *config, const gchar *name, gboolean value);
+
#endif