Merge pull request #1663 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-10658-performance-drop-between-1.8_fix to develop

* commit 'cd9e9a1b5a20617f885ca6dc686625abb8a79a58':
  Minor fix: marking an internal function of the test for export.
This commit is contained in:
Ray Lu
2019-04-18 14:50:29 -05:00

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