From a86779f3f79905ce923d4689c1fb614969370031 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Tue, 20 Jul 2004 16:17:59 -0500 Subject: [svn-r8905] Purpose: bug fix for windows testing Description: A function called H5C_stats_reset doesn't have H5_DLL in front of it, it cause windows DLL test failed. Solution: Add H5_DLL in front of it. Platforms tested: windows xp, sol 2.7, linux 2.4, aix 5.1 Misc. update: --- src/H5Cprivate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h index 98bf009..aad57f7 100644 --- a/src/H5Cprivate.h +++ b/src/H5Cprivate.h @@ -364,7 +364,8 @@ H5_DLL herr_t H5C_stats(H5C_t * cache_ptr, const char * cache_name, hbool_t display_detailed_stats); -void H5C_stats__reset(H5C_t * cache_ptr); +H5_DLL void H5C_stats__reset(H5C_t * cache_ptr); + H5_DLL herr_t H5C_set_skip_flags(H5C_t * cache_ptr, hbool_t skip_file_checks, -- cgit v0.12