summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-04-01 17:47:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-04-01 17:47:58 (GMT)
commitd834e9158c8dd55c30a7fe13a142cfa124c02513 (patch)
tree9700f98803c6c1fd003131de4efb1aa1469e203b /src/H5Fprivate.h
parent84ed0b1d57453f4e2041f08dceacc8ade2ce160e (diff)
parent066b342af1ca455661034f72c141cef99f1bedb0 (diff)
downloadhdf5-d834e9158c8dd55c30a7fe13a142cfa124c02513.zip
hdf5-d834e9158c8dd55c30a7fe13a142cfa124c02513.tar.gz
hdf5-d834e9158c8dd55c30a7fe13a142cfa124c02513.tar.bz2
Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 4843b5d..3e77700 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -716,6 +716,7 @@ typedef enum H5F_prefix_open_t {
H5_DLL H5F_t *H5F_open(const char *name, unsigned flags, hid_t fcpl_id,
hid_t fapl_id);
H5_DLL herr_t H5F_try_close(H5F_t *f, hbool_t *was_closed/*out*/);
+H5_DLL herr_t H5F_start_swmr_write(H5F_t *file);
/* Functions that retrieve values from the file struct */
H5_DLL H5F_libver_t H5F_get_low_bound(const H5F_t *f);