1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2 * BSD-style license. Please see the COPYING file for details.
7 char *xml_escape(const char *str);
8 char *xml_escape_data(const char *str, int len);
10 #endif /* _ESCAPERY_H */