X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Ftools.h;h=f98e06fed8c16a58ede2beec28a8b8df601e0419;hp=ce458c69dc2380cf158efdd7eecf6684a15ef370;hb=a21be33b2b85c476ab58794a5c8ab1251d8552a3;hpb=b35aaec684eb339a08b47be1f8d56e9f8e241539 diff --git a/src/tools.h b/src/tools.h index ce458c6..f98e06f 100644 --- a/src/tools.h +++ b/src/tools.h @@ -20,4 +20,6 @@ int stricmp (const char *s1, const char *s2); int stricmplen (const char *s1, const char *s2, int len); +int match(const char *mask, const char *name); + #endif