summaryrefslogtreecommitdiffstats
path: root/src/H5HFpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-26 17:34:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-26 17:34:05 (GMT)
commitb553ceaa71c7ecf41444c83ca801863da0db73f0 (patch)
treef60c0c02a4ad20726487e2d9820745091ed7c0ad /src/H5HFpkg.h
parentd7d2db33bc8a0d6f412fb0681795c00e8e25d7d5 (diff)
downloadhdf5-b553ceaa71c7ecf41444c83ca801863da0db73f0.zip
hdf5-b553ceaa71c7ecf41444c83ca801863da0db73f0.tar.gz
hdf5-b553ceaa71c7ecf41444c83ca801863da0db73f0.tar.bz2
[svn-r27883] Revert of r27881
The number of elements in a struct between the trunk and revise_chunks differed, which confused Subversion. Interestingly, only some of the compilers flagged this as an error. Tested on: local linux
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r--src/H5HFpkg.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h
index 78edfe6..cb5488b 100644
--- a/src/H5HFpkg.h
+++ b/src/H5HFpkg.h
@@ -717,8 +717,6 @@ H5_DLL herr_t H5HF_man_insert(H5HF_hdr_t *fh, hid_t dxpl_id, size_t obj_size,
const void *obj, void *id);
H5_DLL herr_t H5HF_man_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id,
size_t *obj_len_p);
-H5_DLL void H5HF__man_get_obj_off(const H5HF_hdr_t *hdr, const uint8_t *id,
- hsize_t *obj_off_p);
H5_DLL herr_t H5HF_man_read(H5HF_hdr_t *fh, hid_t dxpl_id, const uint8_t *id,
void *obj);
H5_DLL herr_t H5HF_man_write(H5HF_hdr_t *hdr, hid_t dxpl_id, const uint8_t *id,
@@ -733,8 +731,6 @@ H5_DLL herr_t H5HF_huge_insert(H5HF_hdr_t *hdr, hid_t dxpl_id, size_t obj_size,
void *obj, void *id);
H5_DLL herr_t H5HF_huge_get_obj_len(H5HF_hdr_t *hdr, hid_t dxpl_id,
const uint8_t *id, size_t *obj_len_p);
-H5_DLL herr_t H5HF__huge_get_obj_off(H5HF_hdr_t *hdr, hid_t dxpl_id,
- const uint8_t *id, hsize_t *obj_off_p);
H5_DLL herr_t H5HF_huge_read(H5HF_hdr_t *fh, hid_t dxpl_id, const uint8_t *id,
void *obj);
H5_DLL herr_t H5HF_huge_write(H5HF_hdr_t *hdr, hid_t dxpl_id, const uint8_t *id,
@@ -767,7 +763,7 @@ H5_DLL herr_t H5HF_tiny_remove(H5HF_hdr_t *fh, const uint8_t *id);
/* Debugging routines for dumping file structures */
H5_DLL void H5HF_hdr_print(const H5HF_hdr_t *hdr, hid_t dxpl_id,
- hbool_t dump_internal, FILE *stream, int indent, int fwidth);
+ hbool_t dump_internal, FILE *stream, int indent, int fwidth);
H5_DLL herr_t H5HF_hdr_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr,
FILE *stream, int indent, int fwidth);
H5_DLL herr_t H5HF_dblock_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr,