diff options
author | hasso <hasso> | 2004-10-19 20:40:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-19 20:40:08 +0000 |
commit | 40a0d6b889e3506b76208f0bec0f5855666efaf6 (patch) | |
tree | a72ab283c16c5fc1ae60bce47d0b7fcc596717cc /lib/command.h | |
parent | b1ef841a33839c8169570b18995c1f11847b7a00 (diff) | |
download | quagga-40a0d6b889e3506b76208f0bec0f5855666efaf6.tar.bz2 quagga-40a0d6b889e3506b76208f0bec0f5855666efaf6.tar.xz |
Small copyright string and hostname related cleanup.
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 8faf534d..8a17bbb4 100644 --- a/lib/command.h +++ b/lib/command.h @@ -309,4 +309,6 @@ int config_help (struct cmd_element *, struct vty *, int, const char *[]); char *host_config_file (); void host_config_set (char *); +void print_version (const char *); + #endif /* _ZEBRA_COMMAND_H */ |