From 6208d1f813c2ea5a070d57aaa414fdd370391349 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 04 Oct 2017 23:09:41 -0400 Subject: mq_config_load(): Build profile directory And save profile name in mq_config_new(). --- (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 97e58fa..b37c6bb 100644 --- a/src/config.h +++ b/src/config.h @@ -27,6 +27,7 @@ typedef struct MqConfig MqConfig; #include struct MqConfig { + gchar *profile; gchar *file_name; GKeyFile *key_file; gboolean types_and_cbs_set; -- cgit v0.9.1