diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 23:13:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 23:13:29 (GMT) |
commit | 9a520f67b2e8379e28c22f0c3578a9ce43b4907a (patch) | |
tree | 86cc109ff485f024ec0f34afad9350fe9def2573 /src/H5Zprivate.h | |
parent | e143242ce101661a29c5a65f0dd9a4aa37a1af64 (diff) | |
download | hdf5-9a520f67b2e8379e28c22f0c3578a9ce43b4907a.zip hdf5-9a520f67b2e8379e28c22f0c3578a9ce43b4907a.tar.gz hdf5-9a520f67b2e8379e28c22f0c3578a9ce43b4907a.tar.bz2 |
[svn-r14012] Description:
Fix problem with I/O pipeline messages where the version of the format
for a I/O pipeline message could depend on the "use the latest format" flag from
the file after it was initially created.
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Mac OS X/32 10.4.10 (amazon)
Solaris/32 2.10 (linew)
Diffstat (limited to 'src/H5Zprivate.h')
-rw-r--r-- | src/H5Zprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Zprivate.h b/src/H5Zprivate.h index 9868412..cd67e96 100644 --- a/src/H5Zprivate.h +++ b/src/H5Zprivate.h @@ -90,6 +90,7 @@ H5_DLL H5Z_filter_info_t *H5Z_filter_info(const struct H5O_pline_t *pline, H5Z_filter_t filter); H5_DLL htri_t H5Z_all_filters_avail(const struct H5O_pline_t *pline); H5_DLL herr_t H5Z_delete(struct H5O_pline_t *pline, H5Z_filter_t filter); +H5_DLL herr_t H5Z_set_latest_version(struct H5O_pline_t *pline); /* Data Transform Functions */ typedef struct H5Z_data_xform_t H5Z_data_xform_t; /* Defined in H5Ztrans.c */ |