aboutsummaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
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 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__ */