Add missing MXS_[BEGIN|END]_DECLS

This commit is contained in:
Johan Wikman
2017-03-24 10:59:05 +02:00
parent 65e36a81bf
commit b5c44be4c8

View File

@ -22,6 +22,8 @@
#include <maxscale/server.h>
#include <maxscale/service.h>
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