declared register_connection function

This commit is contained in:
Václav Šmejkal 2023-02-21 12:26:27 +01:00
parent 9f2ddb13dd
commit ea15a24ed3
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -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
char *read_socket(int socket); //read lol
void *communicate_thread(void *arg); //COMMUNICATION THREAD
void register_connection(int socket); //ADD SOCKET TO LIST
#endif