diff options
Diffstat (limited to 'zebra/debug.h')
| -rw-r--r-- | zebra/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/debug.h b/zebra/debug.h index 987f9d0125..1c08459e26 100644 --- a/zebra/debug.h +++ b/zebra/debug.h @@ -82,4 +82,6 @@ extern unsigned long zebra_debug_pw; extern void zebra_debug_init(void); +DECLARE_HOOK(zebra_debug_show_debugging, (struct vty *vty), (vty)); + #endif /* _ZEBRA_DEBUG_H */ |
