summaryrefslogtreecommitdiffstats
path: root/src/H5ACpkg.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/H5ACpkg.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/H5ACpkg.h')
-rw-r--r--src/H5ACpkg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5ACpkg.h b/src/H5ACpkg.h
index 6b964d6..1432564 100644
--- a/src/H5ACpkg.h
+++ b/src/H5ACpkg.h
@@ -426,5 +426,9 @@ H5_DLL herr_t H5AC__set_write_done_callback(H5C_t * cache_ptr,
void (* write_done)(void));
#endif /* H5_HAVE_PARALLEL */
+/* Trace file routines */
+H5_DLL herr_t H5AC__close_trace_file(H5AC_t *cache_ptr);
+H5_DLL herr_t H5AC__open_trace_file(H5AC_t *cache_ptr, const char *trace_file_name);
+
#endif /* _H5ACpkg_H */