Tidied escaping xml

This commit is contained in:
James Booth
2012-11-06 22:53:59 +00:00
parent 9872708755
commit 92ae93de33
3 changed files with 22 additions and 14 deletions

View File

@@ -40,5 +40,6 @@ void create_dir(char *name);
char * str_replace(const char *string, const char *substr,
const char *replacement);
int str_contains(char str[], int size, char ch);
char* encode_xml(const char * const xml);
#endif