22 #include <ndb_version.h>
25 #define MAKE_VERSION(A,B,C) NDB_MAKE_VERSION(A,B,C)
26 #define getMajor(a) ndbGetMajor(a)
27 #define getMinor(a) ndbGetMinor(a)
28 #define getBuild(a) ndbGetBuild(a)
34 int ndbCompatible_mgmt_ndb(Uint32 ownVersion, Uint32 otherVersion);
35 int ndbCompatible_ndb_mgmt(Uint32 ownVersion, Uint32 otherVersion);
36 int ndbCompatible_mgmt_api(Uint32 ownVersion, Uint32 otherVersion);
37 int ndbCompatible_api_mgmt(Uint32 ownVersion, Uint32 otherVersion);
38 int ndbCompatible_api_ndb(Uint32 ownVersion, Uint32 otherVersion);
39 int ndbCompatible_ndb_api(Uint32 ownVersion, Uint32 otherVersion);
40 int ndbCompatible_ndb_ndb(Uint32 ownVersion, Uint32 otherVersion);