summaryrefslogtreecommitdiff
path: root/MySpace/formatting.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/formatting.h')
-rw-r--r--MySpace/formatting.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/formatting.h b/MySpace/formatting.h
index 18db37a..175742b 100644
--- a/MySpace/formatting.h
+++ b/MySpace/formatting.h
@@ -9,4 +9,7 @@ void strip_tags(char *buff);
void encode_smileys(char *buff, int size);
void decode_smileys(char *buff);
+bool entitize_html(char *buff, int size);
+void unentitize_html(char *buff);
+
#endif