summaryrefslogtreecommitdiffstats
path: root/src/H5FDfphdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-31 15:19:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-31 15:19:48 (GMT)
commit10382a1799504c5b2dea4c70881c021d1c0b04d1 (patch)
tree87b70cd2ab0443565e8d5f13e62e53dcbabb1271 /src/H5FDfphdf5.h
parentefca86dc64d5b72c75603c93730c4273e6d5335f (diff)
downloadhdf5-10382a1799504c5b2dea4c70881c021d1c0b04d1.zip
hdf5-10382a1799504c5b2dea4c70881c021d1c0b04d1.tar.gz
hdf5-10382a1799504c5b2dea4c70881c021d1c0b04d1.tar.bz2
[svn-r8134] Purpose:
Code cleanup Description: Add destructor to match constructor fr VFLs when they are shut down by the library. Solution: Added H5FD_*_term() routines to "undo" changes made in H5FD_*_init() routines. Platforms tested: IBM p690 (copper) too minor to require h5committest
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r--src/H5FDfphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h
index 1e3e0cf..b49545f 100644
--- a/src/H5FDfphdf5.h
+++ b/src/H5FDfphdf5.h
@@ -102,6 +102,7 @@ H5_DLL herr_t H5Pget_fapl_fphdf5(hid_t fapl_id, MPI_Comm *comm,
struct H5P_genplist_t;
H5_DLL hid_t H5FD_fphdf5_init(void);
+H5_DLL void H5FD_gass_term(void);
H5_DLL unsigned H5FD_fphdf5_file_id(H5FD_t *_file);
H5_DLL hbool_t H5FD_fphdf5_is_sap(H5FD_t *_file);
H5_DLL hbool_t H5FD_fphdf5_is_captain(H5FD_t *_file);