Files
ct/client.h
2026-03-23 17:01:32 -05:00

9 lines
116 B
C

#ifndef CLIENT_H
#define CLIENT_H
void closeClient();
void *pollForServer(void *args);
void setupClient();
#endif