added some code
[NextIRCd.git] / src / tools.h
index ce458c69dc2380cf158efdd7eecf6684a15ef370..105bf1969e92ee325a7ec9ca9bfe145b165a0145 100644 (file)
@@ -20,4 +20,8 @@
 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);
+
+int get_random(int min, int max);
+
 #endif