/common/escapery.h
/* 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_H

char *xml_escape(const char *str);
char *xml_escape_data(const char *str, int len);

#endif /* _ESCAPERY_H */