diff options
author | Chris Hogan <chogan@hdfgroup.org> | 2019-11-15 22:19:19 (GMT) |
---|---|---|
committer | Chris Hogan <chogan@hdfgroup.org> | 2019-11-15 22:19:19 (GMT) |
commit | 4ce9c10c568ff81ebd4eb7585039cbe3c40d1718 (patch) | |
tree | 619fc2b4ce00c4a52ba2cb79068239eb0c07ad30 /src | |
parent | a7b35b8584e547d72ff4c215a0295fa9f1241082 (diff) | |
download | hdf5-4ce9c10c568ff81ebd4eb7585039cbe3c40d1718.zip hdf5-4ce9c10c568ff81ebd4eb7585039cbe3c40d1718.tar.gz hdf5-4ce9c10c568ff81ebd4eb7585039cbe3c40d1718.tar.bz2 |
Add documentation for H5CX_get_ohdr_flags
Diffstat (limited to 'src')
-rw-r--r-- | src/H5CX.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3469,6 +3469,19 @@ done: #endif /* H5_HAVE_INSTRUMENTED_LIBRARY */ #endif /* H5_HAVE_PARALLEL */ + +/*------------------------------------------------------------------------- + * Function: H5CX_get_ohdr_flags + * + * Purpose: Retrieves the object header flags for the current API call context. + * + * Return: Non-negative on success / Negative on failure + * + * Programmer: Chris Hogan + * November 15, 2019 + * + *------------------------------------------------------------------------- + */ herr_t H5CX_get_ohdr_flags(uint8_t *ohdr_flags) { |