summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-02-03 15:05:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-02-03 15:05:41 (GMT)
commitc8d05fbe4d4d135ee2ec352f6437e43bdbe423b7 (patch)
tree1257e54854f3b85d498ad078aaa562cc9cd2680d /src/H5Opublic.h
parent1c05d48b9329e05f874e494c45c429f6cadc1ee5 (diff)
downloadhdf5-c8d05fbe4d4d135ee2ec352f6437e43bdbe423b7.zip
hdf5-c8d05fbe4d4d135ee2ec352f6437e43bdbe423b7.tar.gz
hdf5-c8d05fbe4d4d135ee2ec352f6437e43bdbe423b7.tar.bz2
[svn-r18205] Description:
Add prototype of new H5Oexists() API routine. Tested on: Mac OS X/32 10.6.2 (amazon) (further tests pending shortly)
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index 84fdecc..ca11554 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -148,6 +148,7 @@ H5_DLL hid_t H5Oopen(hid_t loc_id, const char *name, hid_t lapl_id);
H5_DLL hid_t H5Oopen_by_addr(hid_t loc_id, haddr_t addr);
H5_DLL hid_t H5Oopen_by_idx(hid_t loc_id, const char *group_name,
H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id);
+H5_DLL htri_t H5Oexists(hid_t loc_id, const char *name, hid_t lapl_id);
H5_DLL herr_t H5Oget_info(hid_t loc_id, H5O_info_t *oinfo);
H5_DLL herr_t H5Oget_info_by_name(hid_t loc_id, const char *name, H5O_info_t *oinfo,
hid_t lapl_id);