- Added a new public function, iwildmatch(), which will treat all
[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);