aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-23 00:31:31 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-23 00:31:31 +0000
commit75e4877cbd430ea55299d6b2ef676a6a377d1e86 (patch)
tree28a394af1a55f1846573534ad127d8a52e0c665e /socket.h
parent97af3b28e935b786e61d46df1a0d73fd4c9a4eba (diff)
downloadfetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.gz
fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.bz2
fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.zip
Ready to ship.
svn path=/trunk/; revision=1527
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h2
1 files changed, 1 insertions, 1 deletions
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).