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

Comparing ircd-hybrid-8/modules/core/m_error.c (file contents):
Revision 1296 by michael, Sat Oct 1 07:54:24 2011 UTC vs.
Revision 1297 by michael, Sun Feb 26 15:28:14 2012 UTC

# Line 38 | Line 38
38   *      parv[0] = sender prefix
39   *      parv[*] = parameters
40   */
41 < void
41 > static void
42   m_error(struct Client *client_p, struct Client *source_p,
43          int parc, char *parv[])
44   {
# Line 68 | Line 68 | m_error(struct Client *client_p, struct
68      exit_client(source_p, source_p, "ERROR");
69   }
70  
71 < void
71 > static void
72   ms_error(struct Client *client_p, struct Client *source_p,
73           int parc, char *parv[])
74   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines