about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-06 22:53:59 +0000
committerJames Booth <boothj5@gmail.com>2012-11-06 22:53:59 +0000
commit92ae93de33087c57a23a63af45402a509f4443cd (patch)
tree3763594712254c8d7ab1b7cc982959774525a622 /src/common.h
parent9872708755c967ca228e0ce4ee7fa5adb7dd039c (diff)
downloadprofani-tty-92ae93de33087c57a23a63af45402a509f4443cd.tar.gz
Tidied escaping xml
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index d683ae16..7ee774c4 100644
--- a/src/common.h
+++ b/src/common.h
@@ -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