diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-19 17:46:40 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-19 17:46:40 (GMT) |
commit | c1d2006c0fe7b2e565a78f25b649d9b463c557bf (patch) | |
tree | a2f777fe8bbbfdac606e06dd313f6898bc733bcf /src/H5Fpublic.h | |
parent | 80f20333264434b449ba014161899a6d7b522b98 (diff) | |
download | hdf5-c1d2006c0fe7b2e565a78f25b649d9b463c557bf.zip hdf5-c1d2006c0fe7b2e565a78f25b649d9b463c557bf.tar.gz hdf5-c1d2006c0fe7b2e565a78f25b649d9b463c557bf.tar.bz2 |
[svn-r765] Changes since 19981016
----------------------
./src/H5F.c
./src/H5Fpublic.h
Added H5Freopen() as documented in earlier e-mails. This is
really just a wrapper around H5F_new().
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 6a81d52..239b321 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -87,6 +87,7 @@ hbool_t H5Fis_hdf5 (const char *filename); hid_t H5Fcreate (const char *filename, unsigned flags, hid_t create_plist, hid_t access_plist); hid_t H5Fopen (const char *filename, unsigned flags, hid_t access_plist); +hid_t H5Freopen(hid_t file_id); herr_t H5Fflush(hid_t object_id, H5F_scope_t scope); herr_t H5Fclose (hid_t file_id); hid_t H5Fget_create_plist (hid_t file_id); |