diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-14 23:13:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-14 23:13:17 (GMT) |
commit | fc0465ca892d2407206fc225d128aab253a95b90 (patch) | |
tree | 179f2f108ce8e6201e6a636729156372b4fd560c /src/H5Ppublic.h | |
parent | 083fa734a39f774224b75702e401c494676c4c93 (diff) | |
download | hdf5-fc0465ca892d2407206fc225d128aab253a95b90.zip hdf5-fc0465ca892d2407206fc225d128aab253a95b90.tar.gz hdf5-fc0465ca892d2407206fc225d128aab253a95b90.tar.bz2 |
[svn-r2899] Purpose:
Code development
Description:
Incrementally adding various generic property features.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index df6ea0f..2ac9dc9 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -97,7 +97,9 @@ __DLL__ herr_t H5Pset(hid_t plist_id, const char *name, void *value); __DLL__ htri_t H5Pexist(hid_t plist_id, const char *name); __DLL__ herr_t H5Pget_size(hid_t plist_id, const char *name, size_t *size); __DLL__ hid_t H5Pget_class_new(hid_t plist_id); +__DLL__ hid_t H5Pget_class_parent(hid_t pclass_id); __DLL__ herr_t H5Pget(hid_t plist_id, const char *name, void * value); +__DLL__ htri_t H5Pequal(hid_t id1, hid_t id2); __DLL__ herr_t H5Premove(hid_t plist_id, const char *name); __DLL__ herr_t H5Punregister(hid_t pclass_id, const char *name); __DLL__ herr_t H5Pclose_list(hid_t plist_id); |