Files
threaded_network_chat/client.h
2026-03-12 15:56:28 -05:00

9 lines
116 B
C

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