summaryrefslogtreecommitdiffstats
path: root/src/H5Gprivate.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-05-06 00:02:46 (GMT)
committerGitHub <noreply@github.com>2022-05-06 00:02:46 (GMT)
commit89f8f843532835662e4c649aad368b7c7cae7006 (patch)
tree03e47f49e74b8b03416a4f963476f1ffcb03a465 /src/H5Gprivate.h
parent0566defd2c7b48fd3b07e5d626f8069c1131f917 (diff)
downloadhdf5-89f8f843532835662e4c649aad368b7c7cae7006.zip
hdf5-89f8f843532835662e4c649aad368b7c7cae7006.tar.gz
hdf5-89f8f843532835662e4c649aad368b7c7cae7006.tar.bz2
Onion VFD: Sync with develop. (#1732)
* Sync with develop. h5dump is broken, so I can't test the tools. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r--src/H5Gprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h
index d1725f6..d8cd6e8 100644
--- a/src/H5Gprivate.h
+++ b/src/H5Gprivate.h
@@ -191,7 +191,7 @@ typedef struct H5G_entry_t H5G_entry_t;
*/
H5_DLL herr_t H5G_init(void);
H5_DLL struct H5O_loc_t *H5G_oloc(H5G_t *grp);
-H5_DLL H5G_name_t *H5G_nameof(const H5G_t *grp);
+H5_DLL H5G_name_t *H5G_nameof(H5G_t *grp);
H5_DLL H5F_t *H5G_fileof(H5G_t *grp);
H5_DLL H5G_t * H5G_open(const H5G_loc_t *loc);
H5_DLL herr_t H5G_close(H5G_t *grp);