summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/config.h b/src/config.h
index 55eeed4..93af5f8 100644
--- a/src/config.h
+++ b/src/config.h
@@ -19,20 +19,12 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
-typedef struct MqConfig MqConfig;
-
#ifndef MQ_CONFIG_H
#define MQ_CONFIG_H
-#include <glib.h>
+typedef struct MqConfig MqConfig;
-struct MqConfig {
- gchar *profile;
- gchar *file_name;
- GKeyFile *key_file;
- gboolean types_and_cbs_set;
- GHashTable *types_and_cbs;
-};
+#include <glib.h>
typedef void (*MqConfigBooleanCallback)(MqConfig *,
const gchar *, const gboolean, gpointer);