diff options
Diffstat (limited to 'MySpace/formatting.h')
-rw-r--r-- | MySpace/formatting.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MySpace/formatting.h b/MySpace/formatting.h index b7342d2..02b2dec 100644 --- a/MySpace/formatting.h +++ b/MySpace/formatting.h @@ -1,8 +1,11 @@ #ifndef _FORMATTING_INC
#define _FORMATTING_INC
-void entitize(char *buff, int size);
-void unentitize(char *buff);
+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 strip_tags(char *buff);
|