/*
- * $Id: comm.cc,v 1.263 1998/05/28 21:50:17 wessels Exp $
+ * $Id: comm.cc,v 1.264 1998/05/28 21:53:42 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
}
#endif
-int
+void
comm_init(void)
{
fd_table = xcalloc(Squid_MaxFD, sizeof(fde));
RESERVED_FD = XMIN(100, Squid_MaxFD / 4);
zero_tv.tv_sec = 0;
zero_tv.tv_usec = 0;
- return 0;
}
#endif
extern void commConnectStart(int fd, const char *, u_short, CNCB *, void *);
extern int comm_connect_addr(int sock, const struct sockaddr_in *);
-extern int comm_init(void);
+extern void comm_init(void);
extern int comm_listen(int sock);
extern int comm_open(int, int, struct in_addr, u_short port, int, const char *note);
extern u_short comm_local_port(int fd);