| # | Line 468 | Line 468 | extern void dead_link_on_read(struct Cli | |
|---|---|---|
| 468 | extern void exit_aborted_clients(void); | |
| 469 | extern void free_exited_clients(void); | |
| 470 | extern struct Client *make_client(struct Client *); | |
| 471 | < | extern struct Client *find_chasing(struct Client *, const char *, int *const); |
| 471 | > | extern struct Client *find_chasing(struct Client *, const char *); |
| 472 | extern struct Client *find_person(const struct Client *const, const char *); | |
| 473 | extern const char *get_client_name(const struct Client *, enum addr_mask_type); | |
| 474 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |