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