We don't ever need to send the --chmod option to the remote rsync.
[rsync/rsync.git] / lib / wildmatch.h
CommitLineData
446ee5b1
WD
1/* wildmatch.h */
2
de019412 3int wildmatch(const char *pattern, const char *text);
933d1dfd 4int iwildmatch(const char *pattern, const char *text);
478bb47c
WD
5int wildmatch_array(const char *pattern, const char*const *texts, int where);
6int litmatch_array(const char *string, const char*const *texts, int where);