diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 856ce01..ad028bd 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -921,6 +921,9 @@ __DLL__ void H5_trace(hbool_t returning, const char *func, const char *type, /* Is `S' the name of an API function? */ #define H5_IS_API(S) ('_'!=S[2] && '_'!=S[3] && (!S[4] || '_'!=S[4])) +/* global library version information string */ +extern char H5_lib_vers_info_g[]; + /* Lock headers */ #ifdef H5_HAVE_THREADSAFE |