[svn-r13726] Add H5P_reset_external_file_test to the header file.

This commit is contained in:
Peter Cao 2007-05-02 17:16:32 -05:00
parent 80d7f2a258
commit edceb4389a

View File

@ -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 */