From a6e28ce5e6a1cb2c5e4eaf9e900e7d6339094a75 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Oct 2013 10:30:54 +0300 Subject: MDEV-5084: Missing C++ support in ma_dyncol.h --- include/ma_dyncol.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/ma_dyncol.h') diff --git a/include/ma_dyncol.h b/include/ma_dyncol.h index 55ee2d75122..cacd8f66c50 100644 --- a/include/ma_dyncol.h +++ b/include/ma_dyncol.h @@ -28,6 +28,9 @@ #ifndef ma_dyncol_h #define ma_dyncol_h +#ifdef __cplusplus +extern "C" { +#endif #include #include @@ -230,4 +233,7 @@ mariadb_dyncol_column_count(DYNAMIC_COLUMN *str, uint *column_count); */ void mariadb_dyncol_prepare_decimal(DYNAMIC_COLUMN_VALUE *value); +#ifdef __cplusplus +} +#endif #endif -- cgit v1.2.1