summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-27 13:41:44 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-27 13:41:44 (GMT)
commitd55bfb91a27eb3506c20cb242dd4c8072f13ca05 (patch)
tree3656abe27dc109c22fe96c1b3b50efa685f63b1e
parentcb8e3dee9f6703dd22ea12b3344d604baa4deede (diff)
downloadhdf5-d55bfb91a27eb3506c20cb242dd4c8072f13ca05.zip
hdf5-d55bfb91a27eb3506c20cb242dd4c8072f13ca05.tar.gz
hdf5-d55bfb91a27eb3506c20cb242dd4c8072f13ca05.tar.bz2
[svn-r23461] add missing static declarations of rotuines.
tested on Jam - too minor for committest
-rw-r--r--src/H5Dchunk.c2
-rw-r--r--src/H5HFsection.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index e3f060a..497846b 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -2174,7 +2174,7 @@ done:
*
*-------------------------------------------------------------------------
*/
-herr_t
+static herr_t
H5D__chunk_cinfo_cache_reset(H5D_chunk_cached_t *last)
{
FUNC_ENTER_PACKAGE_NOERR
diff --git a/src/H5HFsection.c b/src/H5HFsection.c
index 72ea100..bf779a6 100644
--- a/src/H5HFsection.c
+++ b/src/H5HFsection.c
@@ -449,7 +449,7 @@ done:
*
*-------------------------------------------------------------------------
*/
-herr_t
+static herr_t
H5HF_sect_node_free(H5HF_free_section_t *sect, H5HF_indirect_t *iblock)
{
herr_t ret_value = SUCCEED; /* Return value */