aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/include/ntp_iocompletionport.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/include/ntp_iocompletionport.h')
-rw-r--r--ports/winnt/include/ntp_iocompletionport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/winnt/include/ntp_iocompletionport.h b/ports/winnt/include/ntp_iocompletionport.h
index 7d7ff7c4b207..7bc2e04a9b11 100644
--- a/ports/winnt/include/ntp_iocompletionport.h
+++ b/ports/winnt/include/ntp_iocompletionport.h
@@ -16,7 +16,7 @@ extern int io_completion_port_add_socket(SOCKET fd, struct interface *);
struct refclockio; /* in ntp_refclock.h but inclusion here triggers problems */
extern int io_completion_port_add_clock_io(struct refclockio *rio);
extern void io_completion_port_remove_clock_io(struct refclockio *rio);
-extern int io_completion_port_sendto(int, void *, size_t, sockaddr_u *);
+extern int io_completion_port_sendto(SOCKET, void *, size_t, sockaddr_u *);
extern int GetReceivedBuffers(void);