#ifndef SOCKUTILS_HH #define SOCKUTILS_HH namespace stuff { bool make_nonblocking(int sock); } // namespace stuff #endif /* SOCKUTILS_HH */