mirror of
https://github.com/sheumann/NetDisk.git
synced 2025-02-17 12:30:32 +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
|