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

Comparing ircd-hybrid/branches/8.2.x/modules/m_restart.c (file contents):
Revision 5862 by michael, Sun Jan 11 12:41:14 2015 UTC vs.
Revision 5863 by michael, Tue Apr 28 12:23:14 2015 UTC

# Line 96 | Line 96 | module_exit(void)
96  
97   struct module module_entry =
98   {
99  .node    = { NULL, NULL, NULL },
100  .name    = NULL,
99    .version = "$Revision$",
102  .handle  = NULL,
100    .modinit = module_init,
101    .modexit = module_exit,
105  .flags   = 0
102   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines