From 4192289efd809a11ae1d29a1e31a0b55930ace8b Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 16 Jun 2016 13:23:50 -0400 Subject: __ntapi_sc_getsockopt(): initial implementation and integration. --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index bc41360..1f5d599 100644 --- a/project/common.mk +++ b/project/common.mk @@ -62,6 +62,7 @@ COMMON_SRCS = \ src/socket/ntapi_sc_server_accept_connection_v2.c \ src/socket/ntapi_sc_server_duplicate_socket.c \ src/socket/ntapi_sc_setsockopt.c \ + src/socket/ntapi_sc_getsockopt.c \ src/socket/ntapi_sc_shutdown.c \ src/socket/ntapi_sc_socket_v1.c \ src/socket/ntapi_sc_socket_v2.c \ -- cgit v1.2.3