diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-07-31 16:22:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-07-31 16:22:40 (GMT) |
commit | 4e1695576c49988a9d23c8f2a3d00601cb447593 (patch) | |
tree | ac48f2277271369b6cd2d956370f878c73ac1597 /tools/lib/h5tools.h | |
parent | ba181d404dd47666ca5005b2d845aac5ee0ae46e (diff) | |
download | hdf5-4e1695576c49988a9d23c8f2a3d00601cb447593.zip hdf5-4e1695576c49988a9d23c8f2a3d00601cb447593.tar.gz hdf5-4e1695576c49988a9d23c8f2a3d00601cb447593.tar.bz2 |
[svn-r23953] Update stream handling to allow binary mode - due to unjam fix.
Tested: local linux
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 5f834c5..ea6a44f 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -552,9 +552,9 @@ H5TOOLS_DLL void h5tools_init(void); H5TOOLS_DLL void h5tools_close(void); H5TOOLS_DLL int h5tools_set_data_output_file(const char *fname, int is_bin); H5TOOLS_DLL int h5tools_set_attr_output_file(const char *fname, int is_bin); -H5TOOLS_DLL int h5tools_set_input_file(const char *fname); -H5TOOLS_DLL int h5tools_set_output_file(const char *fname); -H5TOOLS_DLL int h5tools_set_error_file(const char *fname); +H5TOOLS_DLL int h5tools_set_input_file(const char *fname, int is_bin); +H5TOOLS_DLL int h5tools_set_output_file(const char *fname, int is_bin); +H5TOOLS_DLL int h5tools_set_error_file(const char *fname, int is_bin); H5TOOLS_DLL hid_t h5tools_fopen(const char *fname, unsigned flags, hid_t fapl, const char *driver, char *drivername, size_t drivername_len); H5TOOLS_DLL hid_t h5tools_get_native_type(hid_t type); |