diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-20 17:17:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-20 17:17:40 +0000 |
commit | 8bfee971326790997eeb468290e2e1f533a30525 (patch) | |
tree | 37cfd05c6cc4637c7490571c7493a85ecf67f7bc /socket.h | |
parent | 1d531f550dc91548443d90ed04899c9b16a1ce50 (diff) | |
download | fetchmail-8bfee971326790997eeb468290e2e1f533a30525.tar.gz fetchmail-8bfee971326790997eeb468290e2e1f533a30525.tar.bz2 fetchmail-8bfee971326790997eeb468290e2e1f533a30525.zip |
Add option arg to IPv4 code.
svn path=/trunk/; revision=1662
Diffstat (limited to 'socket.h')
-rw-r--r-- | socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ /* |