summaryrefslogtreecommitdiffstats
path: root/src/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.h')
-rw-r--r--src/config/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.h b/src/config/config.h
index 17859de..2285e1c 100644
--- a/src/config/config.h
+++ b/src/config/config.h
@@ -45,6 +45,9 @@ typedef void (*MqConfigStringCallback)(MqConfig *,
MqConfig *
mq_config_new(const gchar *profile, MqConfigProfile profile_type);
+void
+mq_config_deref(MqConfig *config);
+
gboolean
mq_config_load(MqConfig *config);