diff options
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |