diff options
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 7a12413bc23..2cc29f6bd0b 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -330,6 +330,10 @@ void load_defaults(const char *conf_file, const char **groups, my_bool my_thread_init(void); void my_thread_end(void); +#ifdef _global_h +ulong STDCALL net_field_length(uchar **packet); +#endif + #ifdef __cplusplus } #endif |