summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-14 00:05:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-14 00:05:51 (GMT)
commit3ddb574eb73c58365aa3218db692fd082db5dcc1 (patch)
tree48f7400b482ae6605b208ae551e70c552964889f /src/H5Ppublic.h
parent7b8b71ed9ba2d5b78cdfd50f719296e5f62a5dc5 (diff)
downloadhdf5-3ddb574eb73c58365aa3218db692fd082db5dcc1.zip
hdf5-3ddb574eb73c58365aa3218db692fd082db5dcc1.tar.gz
hdf5-3ddb574eb73c58365aa3218db692fd082db5dcc1.tar.bz2
[svn-r2892] Purpose:
Code development Description: Increment bug fixes and some new API functions to generic property list code. Platforms tested: FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 684e6d4..df6ea0f 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -84,6 +84,7 @@ __DLLVAR__ hid_t H5P_MOUNT_g;
__DLL__ hid_t H5Pcreate_class(hid_t parent, const char *name, unsigned hashsize,
H5P_cls_create_func_t cls_create, void *create_data,
H5P_cls_close_func_t cls_close, void *close_data);
+__DLL__ char *H5Pget_class_name(hid_t pclass_id);
__DLL__ hid_t H5Pcreate_list(hid_t cls_id);
__DLL__ herr_t H5Pregister(hid_t cls_id, const char *name, size_t size,
void *def_value, H5P_prp_create_func_t prp_create,
@@ -95,6 +96,7 @@ __DLL__ herr_t H5Pinsert(hid_t plist_id, const char *name, size_t size,
__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__ herr_t H5Pget(hid_t plist_id, const char *name, void * value);
__DLL__ herr_t H5Premove(hid_t plist_id, const char *name);
__DLL__ herr_t H5Punregister(hid_t pclass_id, const char *name);