summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 415dd42b7c..448a00bdca 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -2236,7 +2236,7 @@ rb_w32_recvfrom(int s, char *buf, int len, int flags,
#undef send
int
-rb_w32_send(int s, char *buf, int len, int flags)
+rb_w32_send(int s, const char *buf, int len, int flags)
{
int r;
if (!NtSocketsInitialized) {
@@ -2253,7 +2253,7 @@ rb_w32_send(int s, char *buf, int len, int flags)
#undef sendto
int
-rb_w32_sendto(int s, char *buf, int len, int flags,
+rb_w32_sendto(int s, const char *buf, int len, int flags,
struct sockaddr *to, int tolen)
{
int r;