summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-13 17:02:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-13 17:02:55 (GMT)
commit8ea1fc564f3686d14f30ccf00a0d7079473d3830 (patch)
tree0a1e91a00a2e7b4bf06d8332871b3f2c14e5bd8e /src/H5Ppublic.h
parentb527d73ddaf4d958045be784b48c309acb1a9fd7 (diff)
downloadhdf5-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.h2
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);