diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-01 21:36:43 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-01 21:36:43 (GMT) |
commit | a0d5e09775b83e851386710fb563ffee70210c28 (patch) | |
tree | f6a4d9a4e99520cf55cfbf04e2d4083074fc279f /tools/h5repack/h5repack.h | |
parent | 2e8b6c0223e6969e3840e2dfefdfa34a223f3e15 (diff) | |
download | hdf5-a0d5e09775b83e851386710fb563ffee70210c28.zip hdf5-a0d5e09775b83e851386710fb563ffee70210c28.tar.gz hdf5-a0d5e09775b83e851386710fb563ffee70210c28.tar.bz2 |
[svn-r13441]
make 1.7 h5repack more similar to 1.6 h5repack
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 1e07ac0..e59e7dc 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -145,26 +145,17 @@ int copy_objects(const char* fnamein, const char* fnameout, pack_opt_t *options); -void print_objlist(const char *filename, - int nobjects, - trav_info_t *travi ); - -int do_copy_objects(hid_t fidin, +int do_copy_refobjs(hid_t fidin, hid_t fidout, trav_table_t *travt, - pack_opt_t *options); + pack_opt_t *options); /* repack options */ -int copy_attr(hid_t loc_in, - hid_t loc_out, - pack_opt_t *options - ); void read_info(const char *filename,pack_opt_t *options); void init_packobject(pack_info_t *obj); int print_filters(hid_t dcpl_id); - /*------------------------------------------------------------------------- * filters *------------------------------------------------------------------------- |