| 472 |
|
extern void free_connection(struct Connection *); |
| 473 |
|
extern void free_client(struct Client *); |
| 474 |
|
extern struct Client *make_client(struct Client *); |
| 475 |
< |
extern struct Client *find_chasing(struct Client *, struct Client *, const char *, int *); |
| 475 |
> |
extern struct Client *find_chasing(struct Client *, struct Client *, const char *, int *const); |
| 476 |
|
extern struct Client *find_person(const struct Client *const, const char *); |
| 477 |
|
extern const char *get_client_name(const struct Client *, enum addr_mask_type); |
| 478 |
|
|