diff options
Diffstat (limited to 'ndb/include/mgmcommon/NdbConfig.h')
-rw-r--r-- | ndb/include/mgmcommon/NdbConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/mgmcommon/NdbConfig.h b/ndb/include/mgmcommon/NdbConfig.h index 5c83a348df2..1bca825ab8d 100644 --- a/ndb/include/mgmcommon/NdbConfig.h +++ b/ndb/include/mgmcommon/NdbConfig.h @@ -21,6 +21,8 @@ extern "C" { #endif +const char* NdbConfig_get_path(int *len); +void NdbConfig_SetPath(const char *path); char* NdbConfig_NdbCfgName(int with_ndb_home); char* NdbConfig_ErrorFileName(int node_id); char* NdbConfig_ClusterLogFileName(int node_id); |