summaryrefslogtreecommitdiffstats
path: root/src/H5Sall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Sall.c')
-rw-r--r--src/H5Sall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Sall.c b/src/H5Sall.c
index 505e4cf..cb7e6f2 100644
--- a/src/H5Sall.c
+++ b/src/H5Sall.c
@@ -38,7 +38,7 @@ static herr_t H5S_all_get_seq_list(const H5S_t *space, unsigned flags,
size_t *nseq, size_t *nbytes, hsize_t *off, size_t *len);
static herr_t H5S_all_release(H5S_t *space);
static htri_t H5S_all_is_valid(const H5S_t *space);
-static hssize_t H5S_all_serial_size(const H5S_t *space);
+static hssize_t H5S_all_serial_size(const H5F_t *f, const H5S_t *space);
static herr_t H5S_all_serialize(const H5F_t *f, const H5S_t *space,
uint8_t **p);
static herr_t H5S_all_deserialize(const H5F_t *f, H5S_t *space,
@@ -478,7 +478,7 @@ H5S_all_is_valid (const H5S_t UNUSED *space)
REVISION LOG
--------------------------------------------------------------------------*/
static hssize_t
-H5S_all_serial_size (const H5S_t UNUSED *space)
+H5S_all_serial_size(const H5F_t UNUSED *f, const H5S_t UNUSED *space)
{
FUNC_ENTER_NOAPI_NOINIT_NOERR