aboutsummaryrefslogtreecommitdiff
path: root/computer-network-experiment/Common.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-07 14:05:51 +0800
committercrupest <crupest@outlook.com>2021-06-07 14:05:51 +0800
commit6774bcc32ac23728827b36a8c2c2350e811f7940 (patch)
treeee55e8f7ca3ef7c937dd797f863016dfb740e21b /computer-network-experiment/Common.h
parent7f2badbf713d37a75df03c1e0704ddab6af06627 (diff)
downloadlife-6774bcc32ac23728827b36a8c2c2350e811f7940.tar.gz
life-6774bcc32ac23728827b36a8c2c2350e811f7940.tar.bz2
life-6774bcc32ac23728827b36a8c2c2350e811f7940.zip
...
Diffstat (limited to 'computer-network-experiment/Common.h')
-rw-r--r--computer-network-experiment/Common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/computer-network-experiment/Common.h b/computer-network-experiment/Common.h
index 4e30439..e5612fd 100644
--- a/computer-network-experiment/Common.h
+++ b/computer-network-experiment/Common.h
@@ -38,4 +38,6 @@ int Main();
void InitWSA();
#endif
-int Close(int socket);
+int CloseSocket(int socket);
+
+void BeforeExit();