summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-02 20:34:24 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-02 20:34:24 (GMT)
commit570de0c113c78e14ef5f0f93f08a6bbc64724e39 (patch)
tree75693cccc7ef12c06e39d386005032a7f290dc4a /tools/h5repack/h5repack.h
parent9e148522d5d15eb5dad1bb823970c940a1419603 (diff)
downloadhdf5-570de0c113c78e14ef5f0f93f08a6bbc64724e39.zip
hdf5-570de0c113c78e14ef5f0f93f08a6bbc64724e39.tar.gz
hdf5-570de0c113c78e14ef5f0f93f08a6bbc64724e39.tar.bz2
[svn-r16658] merge from trunk 16656
#1402 (B1) h5repack does not preserve creation order indexing. ISSUE : h5repack does not handle group creation order flags. ACTION: call H5P(g)(s)et_link_creation_order functions when handling groups, add new groups with these flags to the test generation program, and verify results in the test program. TEST: in the test program, function that compares property lists, added code to verify groups DOCS: Added the note to RELEASE.txt: "h5repack now handles group creation order. PVN - 2009/4/2 - 1402".
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r--tools/h5repack/h5repack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h
index b63102b..cb3d75a 100644
--- a/tools/h5repack/h5repack.h
+++ b/tools/h5repack/h5repack.h
@@ -131,7 +131,7 @@ int h5repack_addlayout (const char* str, pack_opt_t *options);
int h5repack_init (pack_opt_t *options, int verbose);
int h5repack_end (pack_opt_t *options);
int h5repack_verify (const char *fname,pack_opt_t *options);
-int h5repack_cmpdcpl (const char *fname1,
+int h5repack_cmp_pl (const char *fname1,
const char *fname2);