summaryrefslogtreecommitdiff
path: root/win32/win32sck.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32sck.c')
-rw-r--r--win32/win32sck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32sck.c b/win32/win32sck.c
index a6e7a990b8..5ac2ef6c65 100644
--- a/win32/win32sck.c
+++ b/win32/win32sck.c
@@ -223,7 +223,7 @@ win32_getsockopt(SOCKET s, int level, int optname, char *optval, int *optlen)
return r;
}
-DllExport int
+int
win32_ioctlsocket(SOCKET s, long cmd, u_long *argp)
{
int r;