diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-05-12 17:33:27 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-05-12 17:33:27 (GMT) |
commit | d3764cd73dd71a785c9c6fab7dff01ab91bcd38c (patch) | |
tree | 0acba2c2c6d4608c6ce52b98686d20870f8639e7 /src/H5private.h | |
parent | 09d2a0e719fd3b41bbecf38768e7b70b623bda08 (diff) | |
download | hdf5-d3764cd73dd71a785c9c6fab7dff01ab91bcd38c.zip hdf5-d3764cd73dd71a785c9c6fab7dff01ab91bcd38c.tar.gz hdf5-d3764cd73dd71a785c9c6fab7dff01ab91bcd38c.tar.bz2 |
[svn-r3916] Purpose:
New feature
Description:
Added verification of H5_VERS_INFO in H5check_version().
Platforms tested:
Eirene (linux).
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 |