From 9b0e11f239c6fc380f8bdbfc734d7b12e1df25e1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 04 Oct 2017 22:42:13 -0400 Subject: src/config.h: Declare mq_config_load() and mq_config_save() --- (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 20254e9..97e58fa 100644 --- a/src/config.h +++ b/src/config.h @@ -37,6 +37,12 @@ MqConfig * mq_config_new(const gchar *profile); gboolean +mq_config_load(MqConfig *config); + +gboolean +mq_config_save(MqConfig *config); + +gboolean mq_config_get_boolean(MqConfig *config, const gchar *name); gint -- cgit v0.9.1