* 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

@ -82,9 +82,6 @@ typedef enum {
int
ends_with(const char *haystack, const char *needle);
char *
modifyString(char *string, const char *before, const char *after, short like);
void
check_for_captions(const char *path, int64_t detailID);