forked from scott/threaded_network_chat
9 lines
116 B
C
9 lines
116 B
C
#ifndef CLIENT_H
|
|
#define CLIENT_H
|
|
|
|
void closeClient();
|
|
void *pollForServer(void *args);
|
|
void setupClient();
|
|
|
|
#endif
|