mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-27 19:49:38 +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
|