summaryrefslogtreecommitdiff
path: root/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.h')
-rw-r--r--lib/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/debug.h b/lib/debug.h
index 0ee5963ec6..f25cd42691 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -241,6 +241,12 @@ struct debug_callbacks {
*/
void debug_init(struct debug_callbacks *cb);
+/*
+ * Turn on the cli to turn on/off debugs.
+ * Should only be called by libfrr
+ */
+void debug_init_cli(void);
+
#ifdef __cplusplus
}
#endif