aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-02-18 23:38:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-02-18 23:38:00 +0000
commit4e24c6f45182b502b54a8f8fbbf1f86b05542764 (patch)
treeb10036104b1af0b5a7d23173705468e8dded509f /socket.h
parent1a364adedd3b5dcd8f9a8946f2d9c636c1f7585b (diff)
downloadfetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.gz
fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.bz2
fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.zip
This went to Craig Metz.
svn path=/trunk/; revision=1652
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 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 */