diff options
| author | Wayne Davison <wayned@samba.org> | 2006-01-02 17:46:12 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2006-01-02 17:46:12 +0000 |
| commit | 478bb47c40f7cbf4f766d574e110cb403a369469 (patch) | |
| tree | 226a7a40541c0afe00de0e6a1a3aebd687afae86 /lib | |
| parent | 685517abd1cdbd9a658bc5b56bc57f6836f71bf6 (diff) | |
| download | android_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.h | 2 |
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); |
