diff --git a/include/chat/misc.h b/include/chat/misc.h index f2cdb02..3436508 100644 --- a/include/chat/misc.h +++ b/include/chat/misc.h @@ -22,5 +22,6 @@ along with this program. If not, see . void send_socket(char *text, int socket); //send socket.... wtf did you expect char *read_socket(int socket); //read lol void *communicate_thread(void *arg); //COMMUNICATION THREAD +void register_connection(int socket); //ADD SOCKET TO LIST #endif \ No newline at end of file