diff options
| author | Wayne Davison <wayned@samba.org> | 2005-12-18 19:38:47 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-12-18 19:38:47 +0000 |
| commit | de0194127445bfcf5e93b1393265cccef2fefb8a (patch) | |
| tree | c6f5af6d19de1bfc52254528a2b8e64b36c5d2f0 /lib | |
| parent | d802ea54daecfc11990f0146c1e422bd51334252 (diff) | |
| download | android_external_rsync-de0194127445bfcf5e93b1393265cccef2fefb8a.tar.gz android_external_rsync-de0194127445bfcf5e93b1393265cccef2fefb8a.tar.bz2 android_external_rsync-de0194127445bfcf5e93b1393265cccef2fefb8a.zip | |
Tweaked the name of the first arg to wildmatch().
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/wildmatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wildmatch.h b/lib/wildmatch.h index c1225303..cedf3652 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -1,3 +1,3 @@ /* wildmatch.h */ -int wildmatch(const char *p, const char *text); +int wildmatch(const char *pattern, const char *text); |
