summaryrefslogtreecommitdiff
path: root/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'sockets.c')
-rw-r--r--sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockets.c b/sockets.c
index 5a9bb15..ff3a6a6 100644
--- a/sockets.c
+++ b/sockets.c
@@ -92,7 +92,7 @@ sock_close (int fd)
// Send/receive lines of text
int
-sock_send_string (int fd, char *string)
+sock_send_string (int fd, const char *string)
{
int len;
int offset = 0;