diff options
author | crupest <crupest@outlook.com> | 2021-06-07 14:05:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-07 14:05:51 +0800 |
commit | da6c0e6194578538ce0bcd1b9815696b96153f6b (patch) | |
tree | bb4121f622161fad8810890e0e16aac8c1826605 /works/life/computer-network-experiment/Common.h | |
parent | 2de4663d385ab54c5d8b8adc68611ad67636f56f (diff) | |
download | crupest-da6c0e6194578538ce0bcd1b9815696b96153f6b.tar.gz crupest-da6c0e6194578538ce0bcd1b9815696b96153f6b.tar.bz2 crupest-da6c0e6194578538ce0bcd1b9815696b96153f6b.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/Common.h')
-rw-r--r-- | works/life/computer-network-experiment/Common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/works/life/computer-network-experiment/Common.h b/works/life/computer-network-experiment/Common.h index 4e30439..e5612fd 100644 --- a/works/life/computer-network-experiment/Common.h +++ b/works/life/computer-network-experiment/Common.h @@ -38,4 +38,6 @@ int Main(); void InitWSA();
#endif
-int Close(int socket);
+int CloseSocket(int socket);
+
+void BeforeExit();
|