diff options
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 0245bd9..dd2b5a8 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -494,9 +494,6 @@ typedef struct H5F_t { struct H5O_layout_t; /*forward decl for prototype arguments */ struct H5O_efl_t; /*forward decl for prototype arguments */ struct H5O_compress_t; /*forward decl for prototype arguments */ -struct H5F_istore_ud1_t; /*forward decl for prototype arguments */ -struct H5S_t; /*forward decl for prototype arguments */ -struct H5D_t; /*forward decl for prototype arguments */ /* library variables */ extern const H5F_create_t H5F_create_dflt; @@ -543,12 +540,9 @@ herr_t H5F_istore_write(H5F_t *f, const struct H5O_layout_t *layout, const struct H5O_compress_t *comp, const hssize_t offset[], const hsize_t size[], const void *buf); -herr_t H5F_istore_get_addr (H5F_t *f, const struct H5O_layout_t *layout, - const hssize_t offset[], - struct H5F_istore_ud1_t *udata/*out*/); -herr_t H5F_istore_allocate (struct H5D_t *dataset, H5F_t *f, +herr_t H5F_istore_allocate (H5F_t *f, const struct H5O_layout_t *layout, - const struct H5S_t *space, + const hsize_t *space_dim, const struct H5O_compress_t *comp); /* Functions that operate on contiguous storage wrt boot block */ |