AFPBridge/tcpconnection.h

10 lines
157 B
C
Raw Permalink Normal View History

#ifndef TCPCONNECTION_H
#define TCPCONNECTION_H
#include "session.h"
Word StartTCPConnection(Session *sess);
void EndTCPConnection(Session *sess);
#endif