#ifndef SOCKETUTILS_H #define SOCKETUTILS_H #include "Stream.h" int sendAll(int socket, Stream* out); int receiveAll(int socket, Stream* in); #endif