summaryrefslogtreecommitdiff
path: root/MySpace/formatting.h
diff options
context:
space:
mode:
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