summaryrefslogtreecommitdiffstats
path: root/test/external_common.h
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-04-18 19:23:24 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-04-18 19:23:24 (GMT)
commitcd9e9a1b5a20617f885ca6dc686625abb8a79a58 (patch)
tree6a336d836f05da3e8ab674a75433d04160fd4fd6 /test/external_common.h
parent11c8c9835281d36d8a7a3a962838d9c6abc7f777 (diff)
downloadhdf5-cd9e9a1b5a20617f885ca6dc686625abb8a79a58.zip
hdf5-cd9e9a1b5a20617f885ca6dc686625abb8a79a58.tar.gz
hdf5-cd9e9a1b5a20617f885ca6dc686625abb8a79a58.tar.bz2
Minor fix: marking an internal function of the test for export.
Diffstat (limited to 'test/external_common.h')
-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 */