aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index d881498c..58ca8cfd 100644
--- a/socket.c
+++ b/socket.c
@@ -38,7 +38,7 @@
#endif
#endif /* INET_ATON */
-int SockOpen(char *host, int clientPort)
+int SockOpen(const char *host, int clientPort)
{
int sock;
#ifndef INET_ATON