#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


syntax highlighted by Code2HTML, v. 0.9.1