#ifndef UTILS_H #define UTILS_H namespace Utils { int pollFileDescriptor(int fd, int timeoutMillis, const char* error); } #endif