Add RSS CGI, also quite a lot of refactoring
[blerg.git] / common / escapery.h
1 #ifndef _ESCAPERY_H
2 #define _ESCAPERY_H
3
4 char *xml_escape(const char *str);
5 char *xml_escape_data(const char *str, int len);
6
7 #endif /* _ESCAPERY_H */