summaryrefslogtreecommitdiff
path: root/ndb/include/mgmapi/mgmapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/mgmapi/mgmapi.h')
-rw-r--r--ndb/include/mgmapi/mgmapi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h
index 018e554de7c..924d65c2847 100644
--- a/ndb/include/mgmapi/mgmapi.h
+++ b/ndb/include/mgmapi/mgmapi.h
@@ -139,6 +139,7 @@
* @{
*/
+#include <stdio.h>
#include <ndb_types.h>
#include "ndb_logevent.h"
#include "mgmapi_config_parameters.h"
@@ -441,6 +442,12 @@ extern "C" {
int ndb_mgm_get_latest_error_line(const NdbMgmHandle handle);
#endif
+ /**
+ * Set error stream
+ */
+ void ndb_mgm_set_error_stream(NdbMgmHandle, FILE *);
+
+
/** @} *********************************************************************/
/**
* @name Functions: Create/Destroy Management Server Handles