added some code
[NextIRCd.git] / src / tools.h
index f98e06fed8c16a58ede2beec28a8b8df601e0419..105bf1969e92ee325a7ec9ca9bfe145b165a0145 100644 (file)
@@ -22,4 +22,6 @@ 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