]> git.decadent.org.uk Git - videolink.git/blob - xml_utils.hpp
Brought documentation up to date.
[videolink.git] / xml_utils.hpp
1 // Copyright 2006 Ben Hutchings <ben@decadent.org.uk>.
2 // See the file "COPYING" for licence details.
3
4 #ifndef INC_XML_UTILS_HPP
5 #define INC_XML_UTILS_HPP
6
7 #include <string>
8
9 std::string xml_escape(const std::string & str);
10
11 #endif // !INC_XML_UTILS_HPP