summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-07 17:45:40 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-07 17:45:40 (GMT)
commit8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b (patch)
tree18eb3be7fb637974337624fa38f2f0322c5cad78 /tools/h5repack/h5repack.h
parente3cdaeab1c75130cd0d20af7d2949dd83f50a344 (diff)
downloadhdf5-8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b.zip
hdf5-8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b.tar.gz
hdf5-8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b.tar.bz2
[svn-r12211] Purpose:
new feature Description some more check in related to the print of compression ratios: print warning messages after the print of the dataset name and compression: Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r--tools/h5repack/h5repack.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h
index c4e70db..e835b66 100644
--- a/tools/h5repack/h5repack.h
+++ b/tools/h5repack/h5repack.h
@@ -185,8 +185,7 @@ int apply_filters(const char* name, /* object name from traverse list */
hsize_t *dims, /* dimensions of dataset */
hid_t dcpl_id, /* dataset creation property list */
hid_t type_id, /* datatype */
- pack_opt_t *options, /* repack options */
- int *apply_f);
+ pack_opt_t *options); /* repack options */
int has_filter(hid_t dcpl_id,
H5Z_filter_t filtnin);