#ifndef DBOX_HTMLTOOLS_H #define DBOX_HTMLTOOLS_H #include std::string htmlize_string(const std::string &s); std::string urlize_string(const std::string &s); #endif