]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wildmatch.h
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / wildmatch.h
index 27a553b50d083bec9c8f51088515618a53890297..90a64ce848a812d49d1831c5b59de5218ab00550 100644 (file)
@@ -2,6 +2,9 @@
  *     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 *);