diff options
author | midipix <writeonce@midipix.org> | 2016-06-16 13:23:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-06-16 13:23:50 -0400 |
commit | 4192289efd809a11ae1d29a1e31a0b55930ace8b (patch) | |
tree | 67a679d33136113e6d8d53223caf22a9dcd496cb /project | |
parent | 830346bf1600a38dbbacc569599da55895cfd033 (diff) | |
download | ntapi-4192289efd809a11ae1d29a1e31a0b55930ace8b.tar.bz2 ntapi-4192289efd809a11ae1d29a1e31a0b55930ace8b.tar.xz |
__ntapi_sc_getsockopt(): initial implementation and integration.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |