[svn-r23461] add missing static declarations of rotuines.

tested on Jam - too minor for committest
This commit is contained in:
Mohamad Chaarawi 2013-03-27 08:41:44 -05:00
parent cb8e3dee9f
commit d55bfb91a2
2 changed files with 2 additions and 2 deletions

View File

@ -2174,7 +2174,7 @@ done:
*
*-------------------------------------------------------------------------
*/
herr_t
static herr_t
H5D__chunk_cinfo_cache_reset(H5D_chunk_cached_t *last)
{
FUNC_ENTER_PACKAGE_NOERR

View File

@ -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 */