Optimized set_compression() to remove the per-file strdup(), strlower(),
[rsync/rsync.git] / lib / wildmatch.h
... / ...
CommitLineData
1/* wildmatch.h */
2
3int wildmatch(const char *pattern, const char *text);
4int iwildmatch(const char *pattern, const char *text);