summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-27 15:51:15 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-27 15:51:15 (GMT)
commit5a14bf5fac8e5228bd3ff96693b789b070874565 (patch)
tree172e5b5b74ac04d08292f01d0c1251dec775ad6c /src/H5AC.c
parent881cdef5f8efa09d996aa96592cb5b6844052507 (diff)
downloadhdf5-5a14bf5fac8e5228bd3ff96693b789b070874565.zip
hdf5-5a14bf5fac8e5228bd3ff96693b789b070874565.tar.gz
hdf5-5a14bf5fac8e5228bd3ff96693b789b070874565.tar.bz2
[svn-r23466] more missed static declarations
tested on Jam, to minor for committest
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index ed79813..db8446a 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -2998,7 +2998,7 @@ done:
*-------------------------------------------------------------------------
*/
#ifdef H5_HAVE_PARALLEL
-herr_t
+static herr_t
H5AC_construct_candidate_list(H5AC_t * cache_ptr,
H5AC_aux_t * aux_ptr,
int sync_point_op)
@@ -3212,7 +3212,7 @@ done:
*
*-------------------------------------------------------------------------
*/
-herr_t
+static herr_t
H5AC_ext_config_2_int_config(H5AC_cache_config_t * ext_conf_ptr,
H5C_auto_size_ctl_t * int_conf_ptr)
{
@@ -4157,7 +4157,7 @@ done:
*-------------------------------------------------------------------------
*/
#ifdef H5_HAVE_PARALLEL
-herr_t
+static herr_t
H5AC_propagate_flushed_and_still_clean_entries_list(H5F_t * f,
hid_t dxpl_id,
H5AC_t * cache_ptr)