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 b7d72a55..7e8441a8 100644
--- a/socket.h
+++ b/socket.h
@@ -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 */
/*