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

Comparing ircd-hybrid-7.2/src/modules.c (file contents):
Revision 978 by michael, Sun Aug 9 09:47:58 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"
26 > #include "list.h"
27   #include "modules.h"
28   #include "s_log.h"
29   #include "ircd.h"
# Line 36 | Line 36
36   #include "ircd_defs.h"
37   #include "irc_string.h"
38   #include "memory.h"
39 #include "list.h"
39  
40  
41   dlink_list mod_list = { NULL, NULL, 0 };
# Line 94 | Line 93 | struct Message modrestart_msgtab = {
93   };
94  
95  
97 extern struct Message error_msgtab;
98
96   /*
97   * modules_init
98   *

Diff Legend

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