MXS-2014 Add missing MXB_[BEGIN|END]_DECLS

This commit is contained in:
Johan Wikman
2018-08-15 15:28:05 +03:00
parent a191ed85a2
commit b4912a942f

View File

@ -14,7 +14,11 @@
#include <maxbase/cdefs.h> #include <maxbase/cdefs.h>
MXB_BEGIN_DECLS
/** /**
* Thread-safe strerror * Thread-safe strerror
*/ */
const char* mxb_strerror(int error); const char* mxb_strerror(int error);
MXB_END_DECLS