]> git.decadent.org.uk Git - videolink.git/blobdiff - xml_utils.hpp
Moved xml_escape into a separate file.
[videolink.git] / xml_utils.hpp
diff --git a/xml_utils.hpp b/xml_utils.hpp
new file mode 100644 (file)
index 0000000..e61e387
--- /dev/null
@@ -0,0 +1,11 @@
+// Copyright 2006 Ben Hutchings <ben@decadentplace.org.uk>.
+// See the file "COPYING" for licence details.
+
+#ifndef INC_XML_UTILS_HPP
+#define INC_XML_UTILS_HPP
+
+#include <string>
+
+std::string xml_escape(const std::string & str);
+
+#endif // !INC_XML_UTILS_HPP