declared register_connection function
This commit is contained in:
parent
9f2ddb13dd
commit
ea15a24ed3
@ -22,5 +22,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
void send_socket(char *text, int socket); //send socket.... wtf did you expect
|
void send_socket(char *text, int socket); //send socket.... wtf did you expect
|
||||||
char *read_socket(int socket); //read lol
|
char *read_socket(int socket); //read lol
|
||||||
void *communicate_thread(void *arg); //COMMUNICATION THREAD
|
void *communicate_thread(void *arg); //COMMUNICATION THREAD
|
||||||
|
void register_connection(int socket); //ADD SOCKET TO LIST
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user