summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorpaulo <paul@bayleaf.org.uk>2009-12-18 16:48:20 +0000
committerpaulo <paul@bayleaf.org.uk>2009-12-18 16:48:20 +0000
commit1a88dd5744496aaf1fe5c2d4a859cae0612fdff3 (patch)
tree3dda7a4c2d4eddbd2b3a2c3f873d8015aded6362 /lib/command.h
parentbb48a82760858f94e7d2ce767ee61d98be2ee071 (diff)
downloadquagga-1a88dd5744496aaf1fe5c2d4a859cae0612fdff3.tar.bz2
quagga-1a88dd5744496aaf1fe5c2d4a859cae0612fdff3.tar.xz
QDEBUG handling. Debug banner on stderr, vty and log file. Annouce
before and after reading config file. Announce on all vty when shutting down.
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 9cc472a7..c0d79f94 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -381,4 +381,9 @@ extern struct host host;
/* "<cr>" global */
extern char *command_cr;
+
+#ifdef QDEBUG
+extern const char *debug_banner;
+#endif
+
#endif /* _ZEBRA_COMMAND_H */