From 75e4877cbd430ea55299d6b2ef676a6a377d1e86 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Oct 1997 00:31:31 +0000 Subject: Ready to ship. svn path=/trunk/; revision=1527 --- socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket.h') diff --git a/socket.h b/socket.h index 20ef73a6..42f5c512 100644 --- a/socket.h +++ b/socket.h @@ -8,7 +8,7 @@ #define SOCKET__ /* Create a new client socket; returns (FILE *)NULL on error */ -int SockOpen(char *host, int clientPort); +int SockOpen(const char *host, int clientPort); /* Get a string terminated by an '\n' (matches interface of fgets). -- cgit v1.2.3