summaryrefslogtreecommitdiffstats
path: root/src/H5HGpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-30 18:14:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-30 18:14:40 (GMT)
commiteb8cefc950d5186aa0ef937c82e0d7ffe927c81b (patch)
tree4c9389c1d670f85a95371271f5411f14e375fdd6 /src/H5HGpkg.h
parenta1a05d220a037a6f035cadd9316f0eaca88e300f (diff)
parent6468a613fd14570a29bb54c0437bbc087f770621 (diff)
downloadhdf5-eb8cefc950d5186aa0ef937c82e0d7ffe927c81b.zip
hdf5-eb8cefc950d5186aa0ef937c82e0d7ffe927c81b.tar.gz
hdf5-eb8cefc950d5186aa0ef937c82e0d7ffe927c81b.tar.bz2
Merge pull request #2617 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit '6468a613fd14570a29bb54c0437bbc087f770621': Many normalizations with develop.
Diffstat (limited to 'src/H5HGpkg.h')
-rw-r--r--src/H5HGpkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5HGpkg.h b/src/H5HGpkg.h
index 53cf864..3119de4 100644
--- a/src/H5HGpkg.h
+++ b/src/H5HGpkg.h
@@ -130,14 +130,14 @@ struct H5HG_heap_t {
/* If this value is >65535 then all indices */
/* have been used at some time and the */
/* correct new index should be searched for */
- struct H5F_shared_t *shared; /* shared file */
+ struct H5F_shared_t *shared; /* shared file */
H5HG_obj_t *obj; /*array of object descriptions */
};
/******************************/
/* Package Private Prototypes */
/******************************/
-H5_DLL herr_t H5HG_free(H5HG_heap_t *heap);
+H5_DLL herr_t H5HG__free(H5HG_heap_t *heap);
H5_DLL H5HG_heap_t *H5HG__protect(H5F_t *f, haddr_t addr, unsigned flags);
#endif /* _H5HGpkg_H */