Added a new function, wildmatch_array(), that lets the caller pass
authorWayne Davison <wayned@samba.org>
Mon, 2 Jan 2006 17:46:15 +0000 (17:46 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Jan 2006 17:46:15 +0000 (17:46 +0000)
commit390621a7ab9a58573240fcb926c1c680c51141d5
tree59e53f34001d062b906027f471c5dcbe3be8035f
parent478bb47c40f7cbf4f766d574e110cb403a369469
Added a new function, wildmatch_array(), that lets the caller pass
the text-string as an array of strings (with a terminating NULL
pointer at the end).  Also added litmatch_array(), which does a
literal match (no wildcards or special chars) against an array of
strings.
lib/wildmatch.c