summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-10-21 16:33:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-10-21 16:33:13 (GMT)
commit22378dbd24c08d7153f4f295b5bca057191edc38 (patch)
treed2f910799f9e3de2d91ff361bbc513b8aa1d8223 /src/H5Fpublic.h
parent7a4110b291bb75f1778d8fb81e97aa1e0c026f7d (diff)
downloadhdf5-22378dbd24c08d7153f4f295b5bca057191edc38.zip
hdf5-22378dbd24c08d7153f4f295b5bca057191edc38.tar.gz
hdf5-22378dbd24c08d7153f4f295b5bca057191edc38.tar.bz2
[svn-r15921] Description:
Review and get code to conform to standard library coding style, also add 'const' keyword to "set" routines. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.2 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 185775d..ad99539 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -140,7 +140,7 @@ H5_DLL herr_t H5Fget_filesize(hid_t file_id, hsize_t *size);
H5_DLL herr_t H5Fget_jnl_config(hid_t file_id,
H5AC2_jnl_config_t *config_ptr);
H5_DLL herr_t H5Fset_jnl_config(hid_t file_id,
- H5AC2_jnl_config_t *config_ptr);
+ const H5AC2_jnl_config_t *config_ptr);
H5_DLL herr_t H5Fget_mdc_config(hid_t file_id,
H5AC_cache_config_t * config_ptr);
H5_DLL herr_t H5Fset_mdc_config(hid_t file_id,