/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
* BSD-style license. Please see the COPYING file for details.
*/#ifndef _ESCAPERY_H
#define_ESCAPERY_Hchar*xml_escape(constchar*str);char*xml_escape_data(constchar*str,intlen);#endif/* _ESCAPERY_H */