Mercurial > hg > octave-kai > gnulib-hg
changeset 1622:a06f8d82d4de
protoize
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Thu, 07 Jan 1999 03:43:01 +0000 |
parents | d630c278b698 |
children | f742a8fda2ff |
files | lib/canon-host.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -1,6 +1,6 @@ /* Host name canonicalization - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1999 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -46,8 +46,7 @@ /* Returns the canonical hostname associated with HOST (allocated in a static buffer), or 0 if it can't be determined. */ char * -canon_host (host) - char *host; +canon_host (const char *host) { #ifdef HAVE_GETHOSTBYNAME struct hostent *he = gethostbyname (host);