Minor fix: marking an internal function of the test for export.

This commit is contained in:
Songyu Lu 2019-04-18 14:23:24 -05:00
parent 11c8c98352
commit cd9e9a1b5a

View File

@ -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 */