summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-07 15:27:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-07 15:27:30 (GMT)
commit36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb (patch)
tree1dbda3be345320fe0b2c20c2219530befe2d6269 /src/H5Oprivate.h
parent134a692a8365ab5f196155298b6b601889c80a32 (diff)
downloadhdf5-36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb.zip
hdf5-36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb.tar.gz
hdf5-36ac2a176955ce29d1bbf7db0c29cee6fd5ecedb.tar.bz2
[svn-r7562] Purpose:
Feature add Description: Add a few new fields to the H5G_stat_t structure, to allow more information about the object header to be retrieved. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
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 fcd4e8d..4219a46 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -231,6 +231,7 @@ 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_get_share(hid_t type_id, H5F_t *f, const void *mesg, H5O_shared_t *share);
H5_DLL herr_t H5O_delete(H5F_t *f, hid_t dxpl_id, haddr_t addr);
+H5_DLL herr_t H5O_get_info(H5G_entry_t *ent, H5O_stat_t *ostat, hid_t dxpl_id);
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);