diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-11 15:11:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-11 15:11:45 (GMT) |
commit | 2fa4b8bc6772df3b0b89ef4af216d75726d854a6 (patch) | |
tree | 895b5919392221042989a15cdbc6f18c559f0fa5 /src/H5Fprivate.h | |
parent | 854906d86db33979d05247ed7c36c15f61bada06 (diff) | |
download | hdf5-2fa4b8bc6772df3b0b89ef4af216d75726d854a6.zip hdf5-2fa4b8bc6772df3b0b89ef4af216d75726d854a6.tar.gz hdf5-2fa4b8bc6772df3b0b89ef4af216d75726d854a6.tar.bz2 |
HDFFV-9724 merge vds duplicate code
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 1bcadef..2410a83 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -866,6 +866,10 @@ H5_DLL H5F_t *H5F_efc_open(H5F_t *parent, const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id); H5_DLL herr_t H5F_efc_close(H5F_t *parent, H5F_t *file); +/* File prefix routines */ +H5_DLL H5F_t *H5F_prefix_open_file(hid_t plist_id, H5F_t *primary_file, const char *prefix_type, + const char *file_name, unsigned file_intent, hid_t fapl_id, hid_t dxpl_id); + /* Global heap CWFS routines */ H5_DLL herr_t H5F_cwfs_add(H5F_t *f, struct H5HG_heap_t *heap); H5_DLL herr_t H5F_cwfs_find_free_heap(H5F_t *f, hid_t dxpl_id, size_t need, haddr_t *addr); |