20 #ifndef PARSETOOLS_H_INCLUDED
21 #define PARSETOOLS_H_INCLUDED
30 #include <arpa/inet.h>
33 #define PORT_NO_MIN 1024
34 #define PORT_NO_MAX 65535
44 namespace parsetools {
53 std::vector<const std::string>
splitString(
const std::string& s,
char delim);
79 #endif // PARSETOOLS_H_INCLUDED