diff options
author | Peter Cao <xcao@hdfgroup.org> | 2007-05-02 22:16:32 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2007-05-02 22:16:32 (GMT) |
commit | edceb4389acabdf77cf70bb8c708c3fcd6ce486e (patch) | |
tree | 0849f729bfdca78067daa36152ccf6729f9b2bb6 | |
parent | 80d7f2a2582e007109b641111f4314bd4ed65ed9 (diff) | |
download | hdf5-edceb4389acabdf77cf70bb8c708c3fcd6ce486e.zip hdf5-edceb4389acabdf77cf70bb8c708c3fcd6ce486e.tar.gz hdf5-edceb4389acabdf77cf70bb8c708c3fcd6ce486e.tar.bz2 |
[svn-r13726] Add H5P_reset_external_file_test to the header file.
-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 */ |