summaryrefslogtreecommitdiffstats
path: root/src/H5SMprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-26 04:29:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-26 04:29:48 (GMT)
commitd7d2db33bc8a0d6f412fb0681795c00e8e25d7d5 (patch)
tree1fa46f1e80286ea74bd8bae1d65db6bcff6ebb44 /src/H5SMprivate.h
parent32f747588a2b34807f16698f6875dd7aaede241c (diff)
downloadhdf5-d7d2db33bc8a0d6f412fb0681795c00e8e25d7d5.zip
hdf5-d7d2db33bc8a0d6f412fb0681795c00e8e25d7d5.tar.gz
hdf5-d7d2db33bc8a0d6f412fb0681795c00e8e25d7d5.tar.bz2
[svn-r27881] Merge of r27549 from trunk.
Update the file format debugging routines to match the recent changes to the metadata cache, along with a few other cleanups and miscellaneous enhancements. Tested on: Ubuntu 15.04 w/ gcc 4.9.3
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 d072434..57afacf 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, unsigned list_vers, size_t num_messages);
+ FILE *stream, int indent, int fwidth, haddr_t table_addr);
#endif /*_H5SMprivate_H*/