diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-05-15 02:02:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-05-15 02:02:54 (GMT) |
commit | cd1620238c73d616c8ec3c773337e7733b47d3f2 (patch) | |
tree | 574eef3ac674ab5ff6acb5d03bab1043343aece4 /src/H5FDprivate.h | |
parent | 71bc00a0b50e803a7d4076c6f2249fa1c2c3670e (diff) | |
download | hdf5-cd1620238c73d616c8ec3c773337e7733b47d3f2.zip hdf5-cd1620238c73d616c8ec3c773337e7733b47d3f2.tar.gz hdf5-cd1620238c73d616c8ec3c773337e7733b47d3f2.tar.bz2 |
[svn-r27077] Description:
Clean up H5FD interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r-- | src/H5FDprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h index 20e9a79..0a7fe6c 100644 --- a/src/H5FDprivate.h +++ b/src/H5FDprivate.h @@ -109,7 +109,7 @@ H5_DLL herr_t H5FD_locate_signature(H5FD_t *file, const H5P_genplist_t *dxpl, ha H5_DLL H5FD_class_t *H5FD_get_class(hid_t id); H5_DLL hsize_t H5FD_sb_size(H5FD_t *file); H5_DLL herr_t H5FD_sb_encode(H5FD_t *file, char *name/*out*/, uint8_t *buf); -H5_DLL herr_t H5FD_sb_decode(H5FD_t *file, const char *name, const uint8_t *buf); +H5_DLL herr_t H5FD_sb_load(H5FD_t *file, const char *name, const uint8_t *buf); H5_DLL void *H5FD_fapl_get(H5FD_t *file); H5_DLL herr_t H5FD_fapl_open(struct H5P_genplist_t *plist, hid_t driver_id, const void *driver_info); H5_DLL herr_t H5FD_fapl_close(hid_t driver_id, void *fapl); |