summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-10-31 14:40:23 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-10-31 14:40:23 (GMT)
commitefd4ae1f3775e3465b7b3425ed125e3b776b1565 (patch)
treefbae9db3b259d7c4b4d4fbc0ce1294a3ae49e1a1 /src/H5Fprivate.h
parente73031c90cb33d9d14de73cd2777eb3f99fa2c32 (diff)
parent51c5bf8aa76cf378ccd59b02247fb7cd0d9b3eaf (diff)
downloadhdf5-efd4ae1f3775e3465b7b3425ed125e3b776b1565.zip
hdf5-efd4ae1f3775e3465b7b3425ed125e3b776b1565.tar.gz
hdf5-efd4ae1f3775e3465b7b3425ed125e3b776b1565.tar.bz2
[svn-r22995] merge from trunk up to 22994.
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 c40958b..a05d945 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -656,7 +656,7 @@ H5_DLL void H5F_addr_decode_len(size_t addr_len, const uint8_t **pp, haddr_t *ad
H5_DLL herr_t H5P_facc_close(hid_t dxpl_id, void *close_data);
/* Shared file list related routines */
-H5_DLL herr_t H5F_sfile_assert_num(unsigned n);
+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);