diff options
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 5bda25c..fa1c4b4 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -294,9 +294,7 @@ void write_dset_in(hid_t loc_id, hid_t file_id, int make_diffs /* flag to modify data buffers */); -int make_deflate(hid_t loc_id); -int make_szip(hid_t loc_id); -int make_nofilters(hid_t loc_id); +int make_filters(hid_t loc_id); |