From 8bfee971326790997eeb468290e2e1f533a30525 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Feb 1998 17:17:40 +0000 Subject: Add option arg to IPv4 code. svn path=/trunk/; revision=1662 --- socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket.h') diff --git a/socket.h b/socket.h index b7d72a55..7e8441a8 100644 --- a/socket.h +++ b/socket.h @@ -11,7 +11,7 @@ #if INET6 int SockOpen(const char *host, const char *service, const char *options); #else /* INET6 */ -int SockOpen(const char *host, int clientPort); +int SockOpen(const char *host, int clientPort, const char *options); #endif /* INET6 */ /* -- cgit v1.2.3