summaryrefslogtreecommitdiff
path: root/MySpace/formatting.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/formatting.h')
-rw-r--r--MySpace/formatting.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/MySpace/formatting.h b/MySpace/formatting.h
index 02b2dec..18db37a 100644
--- a/MySpace/formatting.h
+++ b/MySpace/formatting.h
@@ -1,11 +1,8 @@
#ifndef _FORMATTING_INC
#define _FORMATTING_INC
-void entitize_msg(char *buff, int size);
-void unentitize_msg(char *buff);
-
-void entitize_nick(char *buff, int size);
-void unentitize_nick(char *buff);
+void entitize_xml(char *buff, int size);
+void unentitize_xml(char *buff);
void strip_tags(char *buff);