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

Comparing ircd-hybrid-7.2/src/s_gline.c (file contents):
Revision 957 by michael, Tue Jul 28 18:47:23 2009 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC

# Line 23 | Line 23
23   */
24  
25   #include "stdinc.h"
26 < #include "tools.h"
27 < #include "handlers.h"
26 > #include "list.h"
27   #include "client.h"
29 #include "common.h"
28   #include "irc_string.h"
29   #include "ircd.h"
30   #include "hostmask.h"
33 #include "fdlist.h"
34 #include "s_bsd.h"
31   #include "s_conf.h"
32   #include "s_misc.h"
33   #include "send.h"
38 #include "msg.h"
39 #include "fileio.h"
34   #include "s_serv.h"
35   #include "s_gline.h"
36   #include "event.h"
43 #include "list.h"
37   #include "memory.h"
38  
39   dlink_list pending_glines[GLINE_PENDING_ADD_TYPE + 1] = { { NULL, NULL, 0 },

Diff Legend

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