# | Line 80 | Line 80 | enum | |
---|---|---|
80 | #define sendheader(c, i) sendto_one_notice((c), &me, HeaderMessages[(i)]) | |
81 | ||
82 | static dlink_list auth_pending_list; | |
83 | < | static PF read_auth_reply; |
83 | > | static void read_auth_reply(fde_t *, void *); |
84 | static CNCB auth_connect_callback; | |
85 | ||
86 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |