summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-07-11 15:15:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-07-11 15:15:21 (GMT)
commit5096b7d3ec1047e234049f351b111ef62deb6030 (patch)
tree354c7efc0093d470b56ba77675e020dfa84ba338 /tools/lib/h5trav.h
parent91de89d57e82581f3ca5ed4fdea9f0f7cd94d339 (diff)
downloadhdf5-5096b7d3ec1047e234049f351b111ef62deb6030.zip
hdf5-5096b7d3ec1047e234049f351b111ef62deb6030.tar.gz
hdf5-5096b7d3ec1047e234049f351b111ef62deb6030.tar.bz2
[svn-r22551] Merge changes from Trunk revision 22550 for:
HDFFV-4206, -7953, -5930, -2687, -5942 Tested: local linux with cmake
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r--tools/lib/h5trav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h
index da8dc69..7311897 100644
--- a/tools/lib/h5trav.h
+++ b/tools/lib/h5trav.h
@@ -158,7 +158,7 @@ H5TOOLS_DLL int h5trav_getindext(const char *obj, const trav_table_t *travt);
* "h5trav print" public functions
*-------------------------------------------------------------------------
*/
-H5TOOLS_DLL int h5trav_print(hid_t fid);
+H5TOOLS_DLL int h5trav_print(hid_t fid, H5_index_t print_index_by, H5_iter_order_t print_index_order);
#ifdef __cplusplus
}