diff --git a/socket.c b/comm/comm.c similarity index 96% rename from socket.c rename to comm/comm.c index 6f86f35..16900fc 100644 --- a/socket.c +++ b/comm/comm.c @@ -3,7 +3,7 @@ #include #include -#include "socket.h" +#include "comm.h" void recv_message(int sfd, char** message) { diff --git a/socket.h b/comm/comm.h similarity index 100% rename from socket.h rename to comm/comm.h