summaryrefslogtreecommitdiff
path: root/ndb/include/util/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/util/version.h')
-rw-r--r--ndb/include/util/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/include/util/version.h b/ndb/include/util/version.h
index 5459e44b818..62dc07d905a 100644
--- a/ndb/include/util/version.h
+++ b/ndb/include/util/version.h
@@ -30,7 +30,8 @@ extern "C" {
Uint32 makeVersion(Uint32 major, Uint32 minor, Uint32 build);
- const char* getVersionString(Uint32 version, const char * status);
+ const char* getVersionString(Uint32 version, const char * status,
+ char *buf, unsigned sz);
void ndbPrintVersion();
Uint32 ndbGetOwnVersion();