diff options
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 8e54e7f..e1b6dc3 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -218,11 +218,13 @@ typedef struct H5F_retry_info_t { typedef herr_t (*H5F_flush_cb_t)(hid_t object_id, void *udata); +/*********************/ +/* Public Prototypes */ +/*********************/ #ifdef __cplusplus extern "C" { #endif -/* Functions in H5F.c */ H5_DLL htri_t H5Fis_accessible(const char *container_name, hid_t fapl_id); H5_DLL hid_t H5Fcreate(const char *filename, unsigned flags, hid_t create_plist, hid_t access_plist); |