summaryrefslogtreecommitdiffstats
path: root/lib/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 577a6d50..ea5df68f 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -255,4 +255,8 @@ extern void vty_set_lines(struct vty *, int);
an async-signal-safe function. */
extern void vty_log_fixed (const char *buf, size_t len);
+#ifdef QDEBUG
+extern void vty_goodbye (void);
+#endif
+
#endif /* _ZEBRA_VTY_H */