diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 17:02:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 17:02:55 (GMT) |
commit | 8ea1fc564f3686d14f30ccf00a0d7079473d3830 (patch) | |
tree | 0a1e91a00a2e7b4bf06d8332871b3f2c14e5bd8e /src/H5Ppublic.h | |
parent | b527d73ddaf4d958045be784b48c309acb1a9fd7 (diff) | |
download | hdf5-8ea1fc564f3686d14f30ccf00a0d7079473d3830.zip hdf5-8ea1fc564f3686d14f30ccf00a0d7079473d3830.tar.gz hdf5-8ea1fc564f3686d14f30ccf00a0d7079473d3830.tar.bz2 |
[svn-r2874] Purpose:
API cleanup
Description:
Tweaked some parts of the generic properties API to reduce warnings.
Platforms tested:
FreeBSD 4.1.1 (hawkwind) & SGI O2K (modi4)
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 f25eba9..684e6d4 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -94,7 +94,7 @@ __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); +__DLL__ herr_t H5Pget_size(hid_t plist_id, const char *name, size_t *size); __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); |