diff options
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 4fef9e9ec0b..9c1d8adcd2f 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -202,6 +202,7 @@ typedef unsigned int MYSQL_FIELD_OFFSET; typedef unsigned long long my_ulonglong; #include "typelib.h" #include "my_alloc.h" +C_MODE_START typedef struct st_used_mem { struct st_used_mem *next; @@ -219,6 +220,7 @@ typedef struct st_mem_root unsigned int first_block_usage; void (*error_handler)(void); } MEM_ROOT; +C_MODE_END typedef struct st_typelib { unsigned int count; const char *name; |