summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 60f42e3071..eee314cff5 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -199,6 +199,9 @@ struct debug {
#define DEBUGN(name, fmt, ...) DEBUG(notice, name, fmt, ##__VA_ARGS__)
#define DEBUGD(name, fmt, ...) DEBUG(debug, name, fmt, ##__VA_ARGS__)
+/* Show current debugging status. */
+void debug_status_write(struct vty *vty);
+
/*
* Register a debug item.
*/