aboutsummaryrefslogtreecommitdiff
path: root/gdb/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bcache.h')
-rw-r--r--gdb/bcache.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/bcache.h b/gdb/bcache.h
index 1e6d25a..48b71e2 100644
--- a/gdb/bcache.h
+++ b/gdb/bcache.h
@@ -62,4 +62,11 @@ struct bcache {
extern void *
bcache PARAMS ((void *bytes, int count, struct bcache *bcachep));
+#if MAINTENANCE_CMDS
+
+extern void
+print_bcache_statistics PARAMS ((struct bcache *, char *));
+
+#endif /* MAINTENANCE_CMDS */
+
#endif /* BCACHE_H */