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.h4
1 files changed, 4 insertions, 0 deletions
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 <glib.h>
+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