From b5c44be4c88d8e4dbfabff555fcb0dab982d6469 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 24 Mar 2017 10:59:05 +0200 Subject: [PATCH] Add missing MXS_[BEGIN|END]_DECLS --- server/core/maxscale/config_runtime.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/core/maxscale/config_runtime.h b/server/core/maxscale/config_runtime.h index 952bc1768..f6f3648c7 100644 --- a/server/core/maxscale/config_runtime.h +++ b/server/core/maxscale/config_runtime.h @@ -22,6 +22,8 @@ #include #include +MXS_BEGIN_DECLS + /** * @brief Create a new server * @@ -176,3 +178,5 @@ bool runtime_create_monitor(const char *name, const char *module); * @return True if monitor was destroyed */ bool runtime_destroy_monitor(MXS_MONITOR *monitor); + +MXS_END_DECLS