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