diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-15 02:27:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-15 02:27:03 (GMT) |
commit | d6b0ddc5e79dcd87b6a708a333afd77566803420 (patch) | |
tree | c659e7448d425adfdab98392a90a477b602b0381 /src/H5Ppublic.h | |
parent | f1410eb0993f4ee52608158cc7710a8752273bc6 (diff) | |
download | hdf5-d6b0ddc5e79dcd87b6a708a333afd77566803420.zip hdf5-d6b0ddc5e79dcd87b6a708a333afd77566803420.tar.gz hdf5-d6b0ddc5e79dcd87b6a708a333afd77566803420.tar.bz2 |
[svn-r2909] Purpose:
Code checkpoint
Description:
More generic property functionality added and debugged.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 2ac9dc9..f4fe825 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -95,7 +95,8 @@ __DLL__ herr_t H5Pinsert(hid_t plist_id, const char *name, size_t size, H5P_prp_close_func_t prp_close); __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__ herr_t H5Pget_size(hid_t id, const char *name, size_t *size); +__DLL__ herr_t H5Pget_nprops(hid_t id, size_t *nprops); __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); |