|
root / base / usr / src / contrib / rsync / lib / wildmatch.h
wildmatch.h C 7 lines 282 B
1
2
3
4
5
6
/* wildmatch.h */

int wildmatch(const char *pattern, const char *text);
int iwildmatch(const char *pattern, const char *text);
int wildmatch_array(const char *pattern, const char*const *texts, int where);
int litmatch_array(const char *string, const char*const *texts, int where);