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/version.h.in | |
parent | b1ef841a33839c8169570b18995c1f11847b7a00 (diff) | |
download | quagga-40a0d6b889e3506b76208f0bec0f5855666efaf6.tar.bz2 quagga-40a0d6b889e3506b76208f0bec0f5855666efaf6.tar.xz |
Small copyright string and hostname related cleanup.
Diffstat (limited to 'lib/version.h.in')
-rw-r--r-- | lib/version.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/version.h.in b/lib/version.h.in index e8404b27..f63f1940 100644 --- a/lib/version.h.in +++ b/lib/version.h.in @@ -30,9 +30,8 @@ #define QUAGGA_URL "http://www.quagga.net" -extern char *host_name; +#define QUAGGA_COPYRIGHT "Copyright 1996-2004 Kunihiro Ishiguro, et al." -void print_version (const char *); pid_t pid_output (const char *); pid_t pid_output_lock (const char *); |