mirror of
https://github.com/sheumann/NetDisk.git
synced 2025-01-20 13:31:55 +00:00
10 lines
157 B
C
10 lines
157 B
C
|
#ifndef TCPCONNECTION_H
|
||
|
#define TCPCONNECTION_H
|
||
|
|
||
|
#include "session.h"
|
||
|
|
||
|
Word StartTCPConnection(Session *sess);
|
||
|
void EndTCPConnection(Session *sess);
|
||
|
|
||
|
#endif
|