From 4ed41f0ba7d200b481e7065a33d4c7175dd722c5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 03 Nov 2017 18:52:59 -0400 Subject: Add missing G_BEGIN_DECLS/G_END_DECLS to headers --- (limited to 'src/config') diff --git a/src/config/config.h b/src/config/config.h index 93af5f8..cec608f 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -26,6 +26,8 @@ typedef struct MqConfig MqConfig; #include +G_BEGIN_DECLS + typedef void (*MqConfigBooleanCallback)(MqConfig *, const gchar *, const gboolean, gpointer); typedef void (*MqConfigIntegerCallback)(MqConfig *, @@ -90,4 +92,6 @@ void mq_config_notify_string(MqConfig *config, const gchar *name, MqConfigStringCallback callback, gpointer user_data); +G_END_DECLS + #endif -- cgit v0.9.1