summaryrefslogtreecommitdiffstats
path: root/src/H5SMprivate.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/H5SMprivate.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/H5SMprivate.h')
-rw-r--r--src/H5SMprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SMprivate.h b/src/H5SMprivate.h
index 57afacf..d072434 100644
--- a/src/H5SMprivate.h
+++ b/src/H5SMprivate.h
@@ -74,7 +74,7 @@ H5_DLL herr_t H5SM_table_debug(H5F_t *f, hid_t dxpl_id, haddr_t table_addr,
FILE *stream, int indent, int fwidth, unsigned table_vers,
unsigned num_indexes);
H5_DLL herr_t H5SM_list_debug(H5F_t *f, hid_t dxpl_id, haddr_t list_addr,
- FILE *stream, int indent, int fwidth, haddr_t table_addr);
+ FILE *stream, int indent, int fwidth, unsigned list_vers, size_t num_messages);
#endif /*_H5SMprivate_H*/