send tasks
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
#include <common/tcpd/tcpclient.h>
|
||||
#include <common/numgen.h>
|
||||
#include <common/dynarr.h>
|
||||
#include <common/capability.h>
|
||||
|
||||
typedef struct {
|
||||
int sockFd;
|
||||
@@ -51,4 +53,4 @@ void TcpServer_KillClient(TcpServer* ptr, TcpClient* cli);
|
||||
|
||||
size_t Generic_FindClientInArrayByPtr(TcpClient** arr, TcpClient* ptr, size_t len);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user