summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h
index 26013e22..99aec332 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -354,5 +354,7 @@ extern char *host_config_file (void);
extern void host_config_set (char *);
extern void print_version (const char *);
-
+
+/* struct host global, ick */
+extern struct host host;
#endif /* _ZEBRA_COMMAND_H */