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/H5Pprivate.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/H5Pprivate.h')
-rw-r--r-- | src/H5Pprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h index a2484c8..c12e1ad 100644 --- a/src/H5Pprivate.h +++ b/src/H5Pprivate.h @@ -116,7 +116,7 @@ __DLL__ herr_t H5P_insert(H5P_genplist_t *plist, const char *name, size_t size, H5P_prp_close_func_t prp_close); __DLL__ herr_t H5P_set(hid_t plist_id, const char *name, void *value); __DLL__ htri_t H5P_exist(H5P_genplist_t *plist, const char *name); -__DLL__ herr_t H5P_get_size(H5P_genplist_t *plist, const char *name); +__DLL__ herr_t H5P_get_size(H5P_genplist_t *plist, const char *name, size_t *size); __DLL__ herr_t H5P_get(hid_t plist_id, const char *name, void *value); __DLL__ herr_t H5P_remove(H5P_genplist_t *plist, const char *name); __DLL__ herr_t H5P_unregister(H5P_genclass_t *pclass, const char *name); |