X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=xml_utils.hpp;fp=xml_utils.hpp;h=e61e3872f0c68c3a83d29360e06093cd3c219cb9;hp=0000000000000000000000000000000000000000;hb=c13714f6498df33e02635421354f5fb88a60eb3d;hpb=d8d5c01a14ab3808a9c823996eb1b72d5c624807 diff --git a/xml_utils.hpp b/xml_utils.hpp new file mode 100644 index 0000000..e61e387 --- /dev/null +++ b/xml_utils.hpp @@ -0,0 +1,11 @@ +// Copyright 2006 Ben Hutchings . +// See the file "COPYING" for licence details. + +#ifndef INC_XML_UTILS_HPP +#define INC_XML_UTILS_HPP + +#include + +std::string xml_escape(const std::string & str); + +#endif // !INC_XML_UTILS_HPP