summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-22 14:27:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-22 14:27:37 (GMT)
commit2e6374407848d3c3a7b6a572e62ee88f4f18e8d0 (patch)
treee7202aee3e87bf423bae3a008e0875e579e257fc /src/H5Oprivate.h
parent5bae554343a48a7c30d8d8908090e9f47ab72a14 (diff)
downloadhdf5-2e6374407848d3c3a7b6a572e62ee88f4f18e8d0.zip
hdf5-2e6374407848d3c3a7b6a572e62ee88f4f18e8d0.tar.gz
hdf5-2e6374407848d3c3a7b6a572e62ee88f4f18e8d0.tar.bz2
[svn-r8927] Purpose:
Code cleanup Description: Clean up various recent changes a little. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index 4eb3a3c..31017a4 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -249,8 +249,8 @@ H5_DLL herr_t H5O_remove(H5G_entry_t *ent, unsigned type_id, int sequence,
hid_t dxpl_id);
H5_DLL herr_t H5O_reset(unsigned type_id, void *native);
H5_DLL void *H5O_free(unsigned type_id, void *mesg);
-H5_DLL herr_t H5O_encode(unsigned char *buf, void *obj, hid_t type_id);
-H5_DLL void* H5O_decode(unsigned char *buf, unsigned type_id);
+H5_DLL herr_t H5O_encode(H5F_t *f, unsigned char *buf, void *obj, unsigned type_id);
+H5_DLL void* H5O_decode(H5F_t *f, unsigned char *buf, unsigned type_id);
H5_DLL void *H5O_copy(unsigned type_id, const void *mesg, void *dst);
H5_DLL size_t H5O_raw_size(unsigned type_id, H5F_t *f, const void *mesg);
H5_DLL herr_t H5O_get_share(unsigned type_id, H5F_t *f, const void *mesg, H5O_shared_t *share);