aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-01-02 17:46:12 +0000
committerWayne Davison <wayned@samba.org>2006-01-02 17:46:12 +0000
commit478bb47c40f7cbf4f766d574e110cb403a369469 (patch)
tree226a7a40541c0afe00de0e6a1a3aebd687afae86 /lib
parent685517abd1cdbd9a658bc5b56bc57f6836f71bf6 (diff)
downloadandroid_external_rsync-478bb47c40f7cbf4f766d574e110cb403a369469.tar.gz
android_external_rsync-478bb47c40f7cbf4f766d574e110cb403a369469.tar.bz2
android_external_rsync-478bb47c40f7cbf4f766d574e110cb403a369469.zip
The latest prototypes.
Diffstat (limited to 'lib')
-rw-r--r--lib/wildmatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wildmatch.h b/lib/wildmatch.h
index 562faa35..e7f1a35f 100644
--- a/lib/wildmatch.h
+++ b/lib/wildmatch.h
@@ -2,3 +2,5 @@
int wildmatch(const char *pattern, const char *text);
int iwildmatch(const char *pattern, const char *text);
+int wildmatch_array(const char *pattern, const char*const *texts, int where);
+int litmatch_array(const char *string, const char*const *texts, int where);