diff options
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 1c66c083..ba7c4bb2 100644 --- a/lib/command.h +++ b/lib/command.h @@ -393,4 +393,8 @@ extern char *argv_concat (const char* const* argv, int argc, int shift); /* struct host global, ick */ extern struct host host; +#ifdef QDEBUG +extern const char *debug_banner ; +#endif + #endif /* _ZEBRA_COMMAND_H */ |