diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-21 21:48:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-21 21:48:48 (GMT) |
commit | f09d3e86b3753ea6c6b2c855248481b0b3581ac4 (patch) | |
tree | 72581aae0e194e991e8281bf315afdf7ae401122 /src/H5HFpkg.h | |
parent | 2b18e934c6812fd1b487ebfebf9240b009c3e4ae (diff) | |
download | hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.zip hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.tar.gz hdf5-f09d3e86b3753ea6c6b2c855248481b0b3581ac4.tar.bz2 |
[svn-r24337] Bring revisions #24200 - #24333 from trunk.
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r-- | src/H5HFpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h index 1252b9c..99571f5 100644 --- a/src/H5HFpkg.h +++ b/src/H5HFpkg.h @@ -761,7 +761,7 @@ H5_DLL herr_t H5HF_space_remove(H5HF_hdr_t *hdr, hid_t dxpl_id, H5_DLL herr_t H5HF_space_close(H5HF_hdr_t *hdr, hid_t dxpl_id); H5_DLL herr_t H5HF_space_delete(H5HF_hdr_t *hdr, hid_t dxpl_id); H5_DLL herr_t H5HF_space_sect_change_class(H5HF_hdr_t *hdr, hid_t dxpl_id, - H5HF_free_section_t *sect, unsigned new_class); + H5HF_free_section_t *sect, uint16_t new_class); /* Free space section routines */ H5_DLL H5HF_free_section_t *H5HF_sect_single_new(hsize_t sect_off, |