diff options
Diffstat (limited to 'test/external_common.h')
-rw-r--r-- | test/external_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |