* Move SearchCriteria parsing to its own function.

This commit is contained in:
Justin Maggard
2012-07-28 01:17:30 +00:00
parent 2d0ae24009
commit b15a5d144d
7 changed files with 268 additions and 82 deletions

View File

@ -48,7 +48,7 @@ char *
strcasestrc(const char *s, const char *p, const char t);
char *
modifyString(char * string, const char * before, const char * after, short like);
modifyString(char * string, const char * before, const char * after);
char *
escape_tag(const char *tag, int force_alloc);