X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Ftools.h;h=105bf1969e92ee325a7ec9ca9bfe145b165a0145;hb=981be1f880efeca4ecac1156317f6dbebf707087;hp=f98e06fed8c16a58ede2beec28a8b8df601e0419;hpb=93a69acc63c1e367e2cdbea1e60dc34884ec69e4;p=NextIRCd.git 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