summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-31 00:31:11 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:54 (GMT)
commitaacc6038044160c694b54c9fff816f7583160423 (patch)
treedf7ca6891097b5941dcaefaadfce9123f68517c0 /src/H5FDprivate.h
parent5e76dccbe0f874e352813b5d24a6b84c80b59fcd (diff)
downloadhdf5-aacc6038044160c694b54c9fff816f7583160423.zip
hdf5-aacc6038044160c694b54c9fff816f7583160423.tar.gz
hdf5-aacc6038044160c694b54c9fff816f7583160423.tar.bz2
Updated the 'const memory free' changes based on PR feedback.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index 8427eab..0cc09b1 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -313,7 +313,7 @@ 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_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_close(hid_t driver_id, const void *fapl);
+H5_DLL herr_t H5FD_free_driver_info(hid_t driver_id, const void *driver_info);
H5_DLL hid_t H5FD_register(const void *cls, size_t size, hbool_t app_ref);
H5_DLL H5FD_t *H5FD_open(const char *name, unsigned flags, hid_t fapl_id,
haddr_t maxaddr);