From ace21943c3f43c599e52bbae0512f0cb17a38223 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 24 Jun 2005 10:41:35 -0500 Subject: [svn-r10984] Purpose: Bug fix Description: mismatched "static" declaration for notorious H5IM_find_palette function caused compilation to fail on sleipnir. Solution: Remove it for now. Function should go back to Fortran part of HL library. Platforms tested: sleipnir Misc. update: --- hl/src/H5IM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c index 71841a9..23f86e0 100644 --- a/hl/src/H5IM.c +++ b/hl/src/H5IM.c @@ -220,7 +220,7 @@ static herr_t find_palette( hid_t loc_id, const char *name, void *op_data ) *------------------------------------------------------------------------- */ -static herr_t H5IM_find_palette( hid_t loc_id ) +herr_t H5IM_find_palette( hid_t loc_id ) { unsigned int attr_num; /* Starting attribute to look up */ -- cgit v0.12