]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wildmatch.h
fb-direct: Name-space cleanup.
[libucw.git] / lib / wildmatch.h
index 27a553b50d083bec9c8f51088515618a53890297..4fa779827e44652708c4d12916310442a8e28b34 100644 (file)
@@ -1,7 +1,10 @@
 /*
- *     Fast Wildcard Pattern Matcher (only `?' and `*' supported)
+ *     UCW Library -- Fast Wildcard Pattern Matcher (only `?' and `*' supported)
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 struct wildpatt;
@@ -9,3 +12,4 @@ struct mempool;
 
 struct wildpatt *wp_compile(byte *, struct mempool *);
 int wp_match(struct wildpatt *, byte *);
+int wp_min_size(byte *);