]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/inet_netof.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / inet / inet_netof.c
index 9b0aed992e9ba65f0efc47c60ccc190f430e5fcd..0f048e6c46edff7ac6b795f361521f3359338d47 100644 (file)
@@ -40,8 +40,7 @@ static char sccsid[] = "@(#)inet_netof.c      8.1 (Berkeley) 6/4/93";
  * address; handles class a/b/c network #'s.
  */
 in_addr_t
-inet_netof(in)
-       struct in_addr in;
+inet_netof (struct in_addr in)
 {
        u_int32_t i = ntohl(in.s_addr);