summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-06-08 00:50:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-06-08 00:50:46 (GMT)
commit2e6ccbfff807fa986a1a8b22ef7fe172ffa7802f (patch)
tree2fb572c2c6931fdf2c6356f096efc79b180a6831 /src/H5Cprivate.h
parentaee288c19dbd0d2e76dd63a3edfadd5ad4f2bd1c (diff)
downloadhdf5-2e6ccbfff807fa986a1a8b22ef7fe172ffa7802f.zip
hdf5-2e6ccbfff807fa986a1a8b22ef7fe172ffa7802f.tar.gz
hdf5-2e6ccbfff807fa986a1a8b22ef7fe172ffa7802f.tar.bz2
[svn-r30053] Description:
Create iterator routine for tagged entries and refactor current routines to use it. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index fb04d84..e077cc0 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -2016,7 +2016,7 @@ H5_DLL herr_t H5C_validate_resize_config(H5C_auto_size_ctl_t *config_ptr,
unsigned int tests);
H5_DLL herr_t H5C_ignore_tags(H5C_t *cache_ptr);
H5_DLL hbool_t H5C_get_ignore_tags(const H5C_t *cache_ptr);
-H5_DLL void H5C_retag_entries(H5C_t * cache_ptr, haddr_t src_tag, haddr_t dest_tag);
+H5_DLL herr_t H5C_retag_entries(H5C_t * cache_ptr, haddr_t src_tag, haddr_t dest_tag);
H5_DLL herr_t H5C_get_entry_ring(const H5F_t *f, haddr_t addr, H5C_ring_t *ring);
#ifdef H5_HAVE_PARALLEL