From 79b92df2a262c09eb7461c5bbd9500209573653b Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 7 May 2021 09:02:09 -0700 Subject: Adds missing H5F_delete() prototype --- src/H5Fprivate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 0c4c51d..901ab7c 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -853,6 +853,7 @@ H5_DLL herr_t H5F_init(void); 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 hid_t H5F_get_file_id(H5VL_object_t *vol_obj, H5I_type_t obj_type, hbool_t app_ref); +H5_DLL herr_t H5F_delete(const char *filename, hid_t fapl_id); /* Functions that retrieve values from the file struct */ H5_DLL H5F_libver_t H5F_get_low_bound(const H5F_t *f); -- cgit v0.12