1 #if !defined(INCLUDED_FILEMATCH_H)
2 #define INCLUDED_FILEMATCH_H
9 int matchpattern(const char *in, const char *pattern, int caseinsensitive);
10 int matchpattern_with_separator(const char *in, const char *pattern, int caseinsensitive, const char *separators, int wildcard_least_one);