summaryrefslogtreecommitdiffstats
path: root/src/H5ACprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-11-04 04:24:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-11-04 04:24:29 (GMT)
commita2f15ab726fabed3956d73bd257c9895642fc75c (patch)
treef3fd69fbf94166f20c94f5ba760fe54ea868b835 /src/H5ACprivate.h
parentb2948d9f97958dba883a9c0d3f80bf9c7df9fe42 (diff)
downloadhdf5-a2f15ab726fabed3956d73bd257c9895642fc75c.zip
hdf5-a2f15ab726fabed3956d73bd257c9895642fc75c.tar.gz
hdf5-a2f15ab726fabed3956d73bd257c9895642fc75c.tar.bz2
Add missing prototypes for cache debugging routines.
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r--src/H5ACprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index 84c9e93..c5bf8f3 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -378,7 +378,8 @@ H5_DLL herr_t H5AC_expunge_tag_type_metadata(H5F_t *f, hid_t dxpl_id, haddr_t ta
H5_DLL herr_t H5AC_add_candidate(H5AC_t * cache_ptr, haddr_t addr);
#endif /* H5_HAVE_PARALLEL */
-#ifndef NDEBUG /* debugging functions */
+/* Debugging functions */
+#ifndef NDEBUG
H5_DLL herr_t H5AC_stats(const H5F_t *f);
H5_DLL herr_t H5AC_dump_cache(const H5F_t *f);
#endif /* NDEBUG */ /* end debugging functions */