summaryrefslogtreecommitdiff
path: root/MySpace/formatting.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-01 11:21:46 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-01 11:21:46 +0000
commite22e27785de7576cca4191d0bec12f89021e08d2 (patch)
tree32d16caa9e1fdf2938256f9ce7b4f10ed528319f /MySpace/formatting.h
parentfc70234c12fc3f9825484bdba094f306d0779c88 (diff)
code for text formatting
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@230 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/formatting.h')
-rw-r--r--MySpace/formatting.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/MySpace/formatting.h b/MySpace/formatting.h
new file mode 100644
index 0000000..12b8cb5
--- /dev/null
+++ b/MySpace/formatting.h
@@ -0,0 +1,8 @@
+#ifndef _FORMATTING_INC
+#define _FORMATTING_INC
+
+void entitize(char *buff, int size);
+void unentitize(char *buff);
+void strip_tags(char *buff);
+
+#endif