From cd9e9a1b5a20617f885ca6dc686625abb8a79a58 Mon Sep 17 00:00:00 2001 From: Songyu Lu Date: Thu, 18 Apr 2019 14:23:24 -0500 Subject: Minor fix: marking an internal function of the test for export. --- test/external_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/external_common.h b/test/external_common.h index f1a15b5..50f6e6d 100644 --- a/test/external_common.h +++ b/test/external_common.h @@ -41,5 +41,5 @@ static const char *EXT_FNAME[] = { #define TOTAL_SIZE 100 #define GARBAGE_PER_FILE 10 -herr_t reset_raw_data_files(void); +H5TEST_DLL herr_t reset_raw_data_files(void); #endif /* _EXTERNAL_COMMON_H */ -- cgit v0.12