2 * UCW Library -- Fast Wildcard Pattern Matcher (only `?' and `*' supported)
4 * (c) 1999 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
13 struct wildpatt *wp_compile(const byte *, struct mempool *);
14 int wp_match(struct wildpatt *, const byte *);
15 int wp_min_size(const byte *);