summaryrefslogtreecommitdiffstats
path: root/src/H5HFsection.c
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 /src/H5HFsection.c
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
Diffstat (limited to 'src/H5HFsection.c')
-rw-r--r--src/H5HFsection.c2
1 files changed, 1 insertions, 1 deletions
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 */