# | Line 39 | Line 39 | |
---|---|---|
39 | * - added by Darren Reed Jul 13 1992. | |
40 | */ | |
41 | static int | |
42 | < | mo_close(struct Client *client_p, struct Client *source_p, |
43 | < | int parc, char *parv[]) |
42 | > | mo_close(struct Client *source_p, int parc, char *parv[]) |
43 | { | |
44 | dlink_node *ptr = NULL, *ptr_next = NULL; | |
45 | unsigned int closed = dlink_list_length(&unknown_list); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |