Fix missing export tag

This commit is contained in:
Allen Byrne
2019-07-31 16:51:36 -05:00
parent 7bbbbcb179
commit 898b6d650b

View File

@@ -42,5 +42,15 @@ static const char *EXT_FNAME[] = {
#define TOTAL_SIZE 100
#define GARBAGE_PER_FILE 10
herr_t reset_raw_data_files(hbool_t is_env);
#ifdef __cplusplus
extern "C" {
#endif
H5TEST_DLL herr_t reset_raw_data_files(hbool_t is_env);
#ifdef __cplusplus
}
#endif
#endif /* _EXTERNAL_COMMON_H */