summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-04-14 05:05:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-04-14 05:05:46 (GMT)
commit7e0748de229a4636f75809ed88ca93e7dababf81 (patch)
treea119b3668dda987b76805a3d3ee59aefa226007d /src/H5Oprivate.h
parentaa1cedb4f8b57fa73ab385d6316073a497410244 (diff)
downloadhdf5-7e0748de229a4636f75809ed88ca93e7dababf81.zip
hdf5-7e0748de229a4636f75809ed88ca93e7dababf81.tar.gz
hdf5-7e0748de229a4636f75809ed88ca93e7dababf81.tar.bz2
[svn-r6659] Purpose:
New feature, sorta Description: Track changes to various internal APIs Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ Linux 2.4 (burrwhite) w/FORTRAN Solaris 2.7 (arabica) w/FORTRAN IRIX64 6.5 (modi4) w/parallel & FORTRAN (h5committest not run due to my ongoing difficulties with C++ on burrwhite).
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index f4292e6..9b40eeb 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -229,6 +229,7 @@ H5_DLL herr_t H5O_reset(hid_t type_id, void *native);
H5_DLL void *H5O_free(hid_t type_id, void *mesg);
H5_DLL void *H5O_copy(hid_t type_id, const void *mesg, void *dst);
H5_DLL size_t H5O_raw_size(hid_t type_id, H5F_t *f, const void *mesg);
+H5_DLL herr_t H5O_delete(H5F_t *f, hid_t dxpl_id, haddr_t addr);
H5_DLL herr_t H5O_debug_id(hid_t type_id, H5F_t *f, hid_t dxpl_id, const void *mesg, FILE *stream, int indent, int fwidth);
H5_DLL herr_t H5O_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent,
int fwidth);