summaryrefslogtreecommitdiffstats
path: root/src/H5SMprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-11-20 20:25:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-11-20 20:25:05 (GMT)
commite8fb73f0384940202a7ebe4a8255d9b0d2189117 (patch)
treea93c517e71065046f2f43276ac09cc46e797b715 /src/H5SMprivate.h
parentf8fa4e95084a36da772bc0cadef7cf279b16d061 (diff)
downloadhdf5-e8fb73f0384940202a7ebe4a8255d9b0d2189117.zip
hdf5-e8fb73f0384940202a7ebe4a8255d9b0d2189117.tar.gz
hdf5-e8fb73f0384940202a7ebe4a8255d9b0d2189117.tar.bz2
[svn-r28423] Description:
Normalize against trunk. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
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*/