summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-06-04 15:21:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-06-04 15:21:57 (GMT)
commit3ac720455ad721c7f3a8d8f0daab9713809b3979 (patch)
tree868754ff41939e578ce3a8357818dc17a18c3fee /src/H5Oprivate.h
parentb941208aa1dab642491d9b856e8e1d4912273ffc (diff)
downloadhdf5-3ac720455ad721c7f3a8d8f0daab9713809b3979.zip
hdf5-3ac720455ad721c7f3a8d8f0daab9713809b3979.tar.gz
hdf5-3ac720455ad721c7f3a8d8f0daab9713809b3979.tar.bz2
[svn-r17003] Description:
Bring r16997:17002 from trunk into revise_chunks branch Tested on: Mac OS X/32 10.5.7 (amazon) h5committest not required on this branch
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 c16905d..f5a552c 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -590,8 +590,8 @@ H5_DLL herr_t H5O_open(H5O_loc_t *loc);
H5_DLL herr_t H5O_close(H5O_loc_t *loc);
H5_DLL int H5O_link(const H5O_loc_t *loc, int adjust, hid_t dxpl_id);
H5_DLL int H5O_link_oh(H5F_t *f, int adjust, hid_t dxpl_id, H5O_t *oh, unsigned *oh_flags);
-H5_DLL H5O_t *H5O_protect(H5O_loc_t *loc, hid_t dxpl_id);
-H5_DLL herr_t H5O_unprotect(H5O_loc_t *loc, H5O_t *oh);
+H5_DLL H5O_t *H5O_pin(H5O_loc_t *loc, hid_t dxpl_id);
+H5_DLL herr_t H5O_unpin(H5O_loc_t *loc, H5O_t *oh);
H5_DLL herr_t H5O_touch(H5O_loc_t *loc, hbool_t force, hid_t dxpl_id);
H5_DLL herr_t H5O_touch_oh(H5F_t *f, hid_t dxpl_id, H5O_t *oh,
hbool_t force);