Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/remote/tcpdserver.h

9 lines
125 B
C

#ifndef __TCPDSERVER_H__
#define __TCPDSERVER_H__
int initConnection ();
void endConnection (int sock, int csock);
#endif