summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Hogan <chogan@hdfgroup.org>2019-11-15 22:19:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:17:26 (GMT)
commitba7db398e0b236302a3d8720425c67a344798cf2 (patch)
treee0d9c1e49f150c478a85bcb8d2ca5a524dbd5993 /src
parent847a16dccc0748e2ed99f64c80d1d222932bf341 (diff)
downloadhdf5-ba7db398e0b236302a3d8720425c67a344798cf2.zip
hdf5-ba7db398e0b236302a3d8720425c67a344798cf2.tar.gz
hdf5-ba7db398e0b236302a3d8720425c67a344798cf2.tar.bz2
Add documentation for H5CX_get_ohdr_flags
Diffstat (limited to 'src')
-rw-r--r--src/H5CX.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/H5CX.c b/src/H5CX.c
index 765169c..649bd8f 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -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)
{