MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
engine_common.h
1 #ifndef ENGINE_COMMON_H
2 #define ENGINE_COMMON_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8  typedef struct engine_interface {
9  uint64_t interface;
10  } ENGINE_HANDLE;
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif /* ENGINE_COMMON_H */