X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Ftools.h;h=105bf1969e92ee325a7ec9ca9bfe145b165a0145;hp=f98e06fed8c16a58ede2beec28a8b8df601e0419;hb=4ec553e7da1550129721795a95d9cfaa4166d28d;hpb=93a69acc63c1e367e2cdbea1e60dc34884ec69e4 diff --git a/src/tools.h b/src/tools.h index f98e06f..105bf19 100644 --- a/src/tools.h +++ b/src/tools.h @@ -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