From 4e24c6f45182b502b54a8f8fbbf1f86b05542764 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 18 Feb 1998 23:38:00 +0000 Subject: This went to Craig Metz. svn path=/trunk/; revision=1652 --- socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket.h') diff --git a/socket.h b/socket.h index 83e1b366..b7d72a55 100644 --- a/socket.h +++ b/socket.h @@ -9,7 +9,7 @@ /* Create a new client socket; returns (FILE *)NULL on error */ #if INET6 -int SockOpen(const char *host, const char *service); +int SockOpen(const char *host, const char *service, const char *options); #else /* INET6 */ int SockOpen(const char *host, int clientPort); #endif /* INET6 */ -- cgit v1.2.3