Fix missing export tag

This commit is contained in:
Allen Byrne 2019-07-31 16:50:31 -05:00
parent 9046a4ea95
commit 8120ba8bc1

View File

@ -31,7 +31,15 @@
#define TOTAL_SIZE 100
#define GARBAGE_PER_FILE 10
H5TEST_DLL herr_t reset_raw_data_files(int);
#ifdef __cplusplus
extern "C" {
#endif
H5TEST_DLL herr_t reset_raw_data_files(hbool_t is_env);
#ifdef __cplusplus
}
#endif
#endif /* _EXTERNAL_COMMON_H */