#ifndef REGEX_H #define REGEX_H namespace regex { bool parseRequest(char *str); }; #endif // REGEX_H