| # | Line 34 | Line 34 | |
|---|---|---|
| 34 | #include "ircd_defs.h" | |
| 35 | #include "dbuf.h" | |
| 36 | #include "channel.h" | |
| 37 | + | #include "s_auth.h" |
| 38 | ||
| 39 | /* | |
| 40 | * status macros. | |
| # | Line 357 | Line 358 | struct LocalUser | |
| 358 | uint64_t bytes; /**< Statistics: total bytes sent/received */ | |
| 359 | } recv, send; | |
| 360 | ||
| 361 | < | struct AuthRequest *auth; |
| 361 | > | struct AuthRequest auth; |
| 362 | struct Listener *listener; /**< listener accepted from */ | |
| 363 | dlink_list acceptlist; /**< clients I'll allow to talk to me */ | |
| 364 | dlink_list watches; /**< chain of Watch pointer blocks */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |