rearranges and renames

This commit is contained in:
2025-09-30 14:18:14 -04:00
parent 967946b384
commit b80f859974
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <netdb.h>
#include "socket.h"
#include "comm.h"
void recv_message(int sfd, char** message)
{