blob: 6302807685de11b12d86db609ab20462a039f6c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-be,v 1.3 1999/11/26 06:09:01 itohy Exp $
--- sockets.h.orig Tue Jul 6 03:46:16 1999
+++ sockets.h Thu Nov 25 20:00:36 1999
@@ -20,7 +20,7 @@
int OpenClientSocket(char* host, int port,int timeout);
-int OpenServerSocket(int port);
+int *OpenServerSockets(int port);
int AcceptConnect(int socket);
int SocketRemoteName(int socket,char **name,char **ipname,int *port);
|