* Escape video tags.

This commit is contained in:
Justin Maggard
2011-04-21 08:50:44 +00:00
parent 5c7cf70e02
commit 88b992bd51
7 changed files with 30 additions and 33 deletions

View File

@ -37,7 +37,7 @@ char *
modifyString(char * string, const char * before, const char * after, short like);
char *
escape_tag(const char *tag);
escape_tag(const char *tag, uint8_t force_alloc);
void
strip_ext(char * name);