ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_close.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_close.c (file contents):
Revision 3109 by michael, Thu Mar 6 19:25:12 2014 UTC vs.
Revision 3156 by michael, Fri Mar 14 19:57:38 2014 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)