]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/inet_lnaof.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / inet / inet_lnaof.c
index c993c8b8471f42153685576812640c17af830fe6..8fd759ccbb01557cf4636d8451eb21e61829d1c0 100644 (file)
@@ -41,8 +41,7 @@ static char sccsid[] = "@(#)inet_lnaof.c      8.1 (Berkeley) 6/4/93";
  * number formats.
  */
 in_addr_t
-inet_lnaof(in)
-       struct in_addr in;
+inet_lnaof (struct in_addr in)
 {
        u_int32_t i = ntohl(in.s_addr);