diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-12 00:09:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-12 00:09:36 (GMT) |
commit | a4076b55981d2faa677eeade27d0aa0b37782f5c (patch) | |
tree | 7d1f42e467c3c2d15db2af1334cc272c89a7f65f /src/H5Ppublic.h | |
parent | f828fa13df4bbf2c78060fa6623645f2baaf7e45 (diff) | |
download | hdf5-a4076b55981d2faa677eeade27d0aa0b37782f5c.zip hdf5-a4076b55981d2faa677eeade27d0aa0b37782f5c.tar.gz hdf5-a4076b55981d2faa677eeade27d0aa0b37782f5c.tar.bz2 |
[svn-r2871] Purpose:
Code updates
Description:
Finished fleshing out code for generic properties, although they are not
used anywhere in the library yet.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 9763aec..f25eba9 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -93,7 +93,7 @@ __DLL__ herr_t H5Pinsert(hid_t plist_id, const char *name, size_t size, void *value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_close_func_t prp_close); __DLL__ herr_t H5Pset(hid_t plist_id, const char *name, void *value); -__DLL__ herr_t H5Pexist(hid_t plist_id, const char *name); +__DLL__ htri_t H5Pexist(hid_t plist_id, const char *name); __DLL__ herr_t H5Pget_size(hid_t plist_id, const char *name); __DLL__ herr_t H5Pget(hid_t plist_id, const char *name, void * value); __DLL__ herr_t H5Premove(hid_t plist_id, const char *name); |