# | Line 28 | Line 28 | |
---|---|---|
28 | #include "irc_res.h" | |
29 | #include "hook.h" | |
30 | ||
31 | – | /* How many auth allocations to allocate in a block. I'm guessing that |
32 | – | * a good number here is 64, because these are temporary and don't live |
33 | – | * as long as clients do. |
34 | – | * -- adrian |
35 | – | */ |
36 | – | #define AUTH_BLOCK_SIZE 64 |
31 | ||
32 | struct Client; | |
33 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |