summaryrefslogtreecommitdiff
path: root/MySpace/formatting.h
blob: 12b8cb51bf3fce18abef2575aa943c73733638d2 (plain)
1
2
3
4
5
6
7
8
#ifndef _FORMATTING_INC
#define _FORMATTING_INC

void entitize(char *buff, int size);
void unentitize(char *buff);
void strip_tags(char *buff);

#endif