From 836bbce0c428581f40d13d8c3d27d1c7adc31ccb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Oct 1998 19:57:45 +0000 Subject: Jonathan T. Agnew's massive code cleanup. svn path=/trunk/; revision=2137 --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env.c') diff --git a/env.c b/env.c index 87118245..7fe36040 100644 --- a/env.c +++ b/env.c @@ -100,7 +100,7 @@ char *host_fqdn(void) } -char *showproto(int proto) +const char *showproto(int proto) /* protocol index to protocol name mapping */ { switch (proto) -- cgit v1.2.3