summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-03-09 22:11:07 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-03-09 22:11:07 (GMT)
commit6b99b7b02edfbeba9c12f608839c91ba0a0d87b0 (patch)
tree5bb7de1264420dbe1d95b60f4cd17b8d4e856c82 /src/H5Fprivate.h
parent496af1be89de67fee06f23e4e6354a0d18c3be92 (diff)
downloadhdf5-6b99b7b02edfbeba9c12f608839c91ba0a0d87b0.zip
hdf5-6b99b7b02edfbeba9c12f608839c91ba0a0d87b0.tar.gz
hdf5-6b99b7b02edfbeba9c12f608839c91ba0a0d87b0.tar.bz2
Resolve compilation errors.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 856e618..dadbbac 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -827,7 +827,7 @@ H5_DLL void H5F_addr_decode_len(size_t addr_len, const uint8_t **pp, haddr_t *ad
H5_DLL void H5F_sfile_assert_num(unsigned n);
/* Routines for creating & destroying "fake" file structures */
-H5_DLL H5F_t *H5F_fake_alloc(uint8_t sizeof_size);
+H5_DLL H5F_t *H5F_fake_alloc(uint8_t sizeof_size, hid_t fapl_id);
H5_DLL herr_t H5F_fake_free(H5F_t *f);
/* Superblock related routines */