diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-12 18:26:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-12 18:26:59 (GMT) |
commit | 1e4406f578c0091c4620368171cf02a4c73f2e88 (patch) | |
tree | bdfaf37922b9102ba700ae37b8dec579b16c0e25 /src/H5Ppublic.h | |
parent | 15c3995e05880c269e0f76eeaa067187fb463867 (diff) | |
download | hdf5-1e4406f578c0091c4620368171cf02a4c73f2e88.zip hdf5-1e4406f578c0091c4620368171cf02a4c73f2e88.tar.gz hdf5-1e4406f578c0091c4620368171cf02a4c73f2e88.tar.bz2 |
[svn-r4437] Purpose:
Adding Feature
Description:
Added new H5Pcopy_prop function to copy a property (value) from one property
list or class to another.
Platforms tested:
FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 9b73102..a4a6522 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -141,6 +141,7 @@ __DLL__ htri_t H5Pequal(hid_t id1, hid_t id2); __DLL__ htri_t H5Pisa_class(hid_t plist_id, hid_t pclass_id); __DLL__ int H5Piterate(hid_t id, int *idx, H5P_iterate_t iter_func, void *iter_data); +__DLL__ herr_t H5Pcopy_prop(hid_t dst_id, hid_t src_id, const char *name); __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); |