aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-04 10:41:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-04 10:41:22 +0000
commitf9322b443292c28af9254e3d606b4522fe57ae45 (patch)
tree818723cf561b8d3067885b8f9a34a2f79a6c9eb1
parentff40556bf068af8cb7fb768572a11eec5a3aa771 (diff)
downloadfetchmail-f9322b443292c28af9254e3d606b4522fe57ae45.tar.gz
fetchmail-f9322b443292c28af9254e3d606b4522fe57ae45.tar.bz2
fetchmail-f9322b443292c28af9254e3d606b4522fe57ae45.zip
Fix a compilation goof.
svn path=/trunk/; revision=3189
-rw-r--r--socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.h b/socket.h
index 0c6d3eaa..230345de 100644
--- a/socket.h
+++ b/socket.h
@@ -59,7 +59,7 @@ additional clean-up if necessary.
int SockClose(int sock);
#if SSL_ENABLE
-int SSLOpen(int sock, char *mycert, char *mykey, char *servercname);
+int SSLOpen(int sock, char *mycert, char *mykey, char *myproto, char *servercname);
#endif /* SSL_ENABLE */
#endif /* SOCKET__ */