X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fwildmatch.c;h=a5eb76ede41e01ac52e84e12a9fb3d3347d0a33f;hb=8104aea48f6bf626d00387ad5d64eb1fced427c3;hp=be98a995ded83ec068939603a3691a658d749b10;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/wildmatch.c b/lib/wildmatch.c index be98a995..a5eb76ed 100644 --- a/lib/wildmatch.c +++ b/lib/wildmatch.c @@ -1,5 +1,5 @@ /* - * Fast Pattern Matcher for Short Wildcard Patterns (only `?' and `*' supported) + * UCW Library -- Fast Pattern Matcher for Short Wildcard Patterns (only `?' and `*' supported) * * Traditional NFA -> DFA method with on-the-fly DFA construction. * @@ -10,7 +10,7 @@ */ #include "lib/lib.h" -#include "lib/pools.h" +#include "lib/mempool.h" #include "lib/wildmatch.h" #include