]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/debug.h
Merge pull request #5793 from ton31337/fix/formatting_show_bgp_summary_failed
[mirror_frr.git] / lib / debug.h
index 0ee5963ec6b8a2f5d759ab93ee16ad21e8850e88..f25cd426913f8a0bb518df0e77b6e1933c6d060c 100644 (file)
@@ -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