mirror of
https://github.com/sheumann/AFPBridge.git
synced 2024-11-01 01:05:06 +00:00
b5c3a29f37
It can currently send a GetStatus request and get a response.
10 lines
160 B
C
10 lines
160 B
C
#ifndef TCPCONNECTION_H
|
|
#define TCPCONNECTION_H
|
|
|
|
#include "session.h"
|
|
|
|
BOOLEAN StartTCPConnection(Session *sess);
|
|
void EndTCPConnection(Session *sess);
|
|
|
|
#endif
|