added base64 en-/decoder and keypacker
[NextIRCd.git] / src / tools.h
index ce458c69dc2380cf158efdd7eecf6684a15ef370..f98e06fed8c16a58ede2beec28a8b8df601e0419 100644 (file)
@@ -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