summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Lu <songyulu@hdfgroup.org>2019-04-18 19:50:29 (GMT)
committerRay Lu <songyulu@hdfgroup.org>2019-04-18 19:50:29 (GMT)
commit73dda77dc7138d31940fdeaca0759377dbbcb04f (patch)
tree6a336d836f05da3e8ab674a75433d04160fd4fd6
parent11c8c9835281d36d8a7a3a962838d9c6abc7f777 (diff)
parentcd9e9a1b5a20617f885ca6dc686625abb8a79a58 (diff)
downloadhdf5-73dda77dc7138d31940fdeaca0759377dbbcb04f.zip
hdf5-73dda77dc7138d31940fdeaca0759377dbbcb04f.tar.gz
hdf5-73dda77dc7138d31940fdeaca0759377dbbcb04f.tar.bz2
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.
-rw-r--r--test/external_common.h2
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 */