diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-26 20:07:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-26 20:07:10 (GMT) |
commit | 3b63db5f7fb8299ab60a2af8a709e9e33764c11e (patch) | |
tree | 9ac07c759d0cfc77f5c599268cc99d540ea74057 /src/H5ACprivate.h | |
parent | b232f57b9bf48b647f655750b53faf6aabbf74b9 (diff) | |
download | hdf5-3b63db5f7fb8299ab60a2af8a709e9e33764c11e.zip hdf5-3b63db5f7fb8299ab60a2af8a709e9e33764c11e.tar.gz hdf5-3b63db5f7fb8299ab60a2af8a709e9e33764c11e.tar.bz2 |
[svn-r9459] Purpose:
Code cleanup
Description:
Clean up minor warnings and align with release branch.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel & FPH5
Solaris 2.7 (arabica) w/production mode
Linux 2.4 (heping) w/C++ and FORTRAN
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r-- | src/H5ACprivate.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h index bf1cffe..214f38e 100644 --- a/src/H5ACprivate.h +++ b/src/H5ACprivate.h @@ -171,14 +171,11 @@ H5_DLL void *H5AC_protect(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, H5AC_protect_t rw); H5_DLL herr_t H5AC_unprotect(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, haddr_t addr, void *thing, hbool_t deleted); -H5_DLL herr_t H5AC_flush(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, haddr_t addr, - unsigned flags); +H5_DLL herr_t H5AC_flush(H5F_t *f, hid_t dxpl_id, unsigned flags); H5_DLL herr_t H5AC_rename(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, haddr_t old_addr, haddr_t new_addr); H5_DLL herr_t H5AC_dest(H5F_t *f, hid_t dxpl_id); - H5_DLL herr_t H5AC_stats(H5F_t *f); - #endif /* !_H5ACprivate_H */ |