summaryrefslogtreecommitdiff
path: root/MySpace/formatting.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-02 02:02:07 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-02 02:02:07 +0000
commit3413f527f0945d08dc9102e75b2d9630d6855ed1 (patch)
treeeaeb0afa18faa9c31694051c783febd17bc506e4 /MySpace/formatting.h
parent287cb92158ee9eeba5eac6edea7d830777810beb (diff)
encode/decode smileys
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@237 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/formatting.h')
-rw-r--r--MySpace/formatting.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MySpace/formatting.h b/MySpace/formatting.h
index 12b8cb5..b7342d2 100644
--- a/MySpace/formatting.h
+++ b/MySpace/formatting.h
@@ -3,6 +3,10 @@
void entitize(char *buff, int size);
void unentitize(char *buff);
+
void strip_tags(char *buff);
+void encode_smileys(char *buff, int size);
+void decode_smileys(char *buff);
+
#endif