diff options
Diffstat (limited to 'src/H5Ppkg.h')
-rw-r--r-- | src/H5Ppkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h index c4182be..a4d983a 100644 --- a/src/H5Ppkg.h +++ b/src/H5Ppkg.h @@ -165,6 +165,7 @@ H5_DLL herr_t H5P_close_class(void *_pclass); #ifdef H5P_TESTING H5_DLL char *H5P_get_class_path_test(hid_t pclass_id); H5_DLL hid_t H5P_open_class_path_test(const char *path); +H5_DLL herr_t H5P_reset_external_file_test(hid_t dcpl_id); #endif /* H5P_TESTING */ #endif /* _H5Ppkg_H */ |