diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-08-15 15:25:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-08-15 15:25:42 (GMT) |
commit | bdb3343f30acaae14a56b1d6386729623a47888f (patch) | |
tree | ee29b3760fd7eb1483187ce1a95c0834b041a781 /src/H5Pprivate.h | |
parent | 2ab1d8cc0c91d691e7b0778d49d1c596c9a21d16 (diff) | |
download | hdf5-bdb3343f30acaae14a56b1d6386729623a47888f.zip hdf5-bdb3343f30acaae14a56b1d6386729623a47888f.tar.gz hdf5-bdb3343f30acaae14a56b1d6386729623a47888f.tar.bz2 |
[svn-r22682] Description:
Bring r22681 from trunk to 1.8 branch:
Clean up file driver property handling, along with some misc. warnings.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.1, C++, FORTRAN & threadsafe
(h5committest upcoming)
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 6ebca3e..849a533 100644 --- a/src/H5Pprivate.h +++ b/src/H5Pprivate.h @@ -121,7 +121,7 @@ H5_DLL size_t H5P_peek_size_t(H5P_genplist_t *plist, const char *name); /* Private DCPL routines */ H5_DLL herr_t H5P_fill_value_defined(H5P_genplist_t *plist, H5D_fill_value_t *status); -H5_DLL herr_t H5P_get_fill_value(H5P_genplist_t *plist, const H5T_t *type, +H5_DLL herr_t H5P_get_fill_value(H5P_genplist_t *plist, H5T_t *type, void *value, hid_t dxpl_id); #endif /* _H5Pprivate_H */ |