#ifndef LUNCH_REST_FUNCTIONS #define LUNCH_REST_FUNCTIONS #include #include namespace LunchRest { std::string nodeToText(xmlpp::Node *node); std::string trim(const std::string &input); } #endif