#ifndef NETUTIL_H #define NETUTIL_H #include TCPsocket blocking_accept(TCPsocket server_socket); #endif