Fix ordering in perl subscription_list
[blerg.git] / common / escapery.h
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.
3  */
4 #ifndef _ESCAPERY_H
5 #define _ESCAPERY_H
6
7 char *xml_escape(const char *str);
8 char *xml_escape_data(const char *str, int len);
9
10 #endif /* _ESCAPERY_H */