-static int
-inet_connect(host, service,server)
- char *host; /* Host to connect, name or IP address */
- char *service; /* Port to use, service name or port number */
- int server;
+static int
+inet_connect (
+ char *host, /* Host to connect, name or IP address */
+ char *service, /* Port to use, service name or port number */
+ int server
+)