mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Fix missing export tag
This commit is contained in:
parent
9046a4ea95
commit
8120ba8bc1
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user