aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-12-30 07:09:34 +0000
committerWayne Davison <wayned@samba.org>2005-12-30 07:09:34 +0000
commit933d1dfd0f28c533831ff9ebecc4025af50f5486 (patch)
tree39b8cc6ef825dc927e09c7a727cd2c329b64cee3
parent0fe987e22644bb40affa64a1c3141600ca6606d5 (diff)
downloadandroid_external_rsync-933d1dfd0f28c533831ff9ebecc4025af50f5486.tar.gz
android_external_rsync-933d1dfd0f28c533831ff9ebecc4025af50f5486.tar.bz2
android_external_rsync-933d1dfd0f28c533831ff9ebecc4025af50f5486.zip
Added a prototype for iwildmatch().
-rw-r--r--lib/wildmatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wildmatch.h b/lib/wildmatch.h
index cedf3652..562faa35 100644
--- a/lib/wildmatch.h
+++ b/lib/wildmatch.h
@@ -1,3 +1,4 @@
/* wildmatch.h */
int wildmatch(const char *pattern, const char *text);
+int iwildmatch(const char *pattern, const char *text);