aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-12-18 19:38:47 +0000
committerWayne Davison <wayned@samba.org>2005-12-18 19:38:47 +0000
commitde0194127445bfcf5e93b1393265cccef2fefb8a (patch)
treec6f5af6d19de1bfc52254528a2b8e64b36c5d2f0 /lib
parentd802ea54daecfc11990f0146c1e422bd51334252 (diff)
downloadandroid_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.h2
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);