[svn-r16671] fix compiler error on a missing "static" declaration

tested: linux
This commit is contained in:
Pedro Vicente Nunes 2009-04-06 09:54:54 -05:00
parent 24160340ce
commit cade98122a

View File

@ -108,7 +108,7 @@ static int make_hlinks(hid_t loc_id);
static int make_early(void);
static int make_layout(hid_t loc_id);
#ifdef H5_HAVE_FILTER_SZIP
int make_szip(hid_t loc_id);
static int make_szip(hid_t loc_id);
#endif /* H5_HAVE_FILTER_SZIP */
static int make_deflate(hid_t loc_id);
static int make_shuffle(hid_t loc_id);