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

Comparing ircd-hybrid/trunk/modules/m_info.c (file contents):
Revision 5805 by michael, Tue Apr 21 21:49:58 2015 UTC vs.
Revision 5864 by michael, Tue Apr 28 12:23:30 2015 UTC

# Line 759 | Line 759 | module_exit(void)
759  
760   struct module module_entry =
761   {
762  .node    = { NULL, NULL, NULL },
763  .name    = NULL,
762    .version = "$Revision$",
765  .handle  = NULL,
763    .modinit = module_init,
764    .modexit = module_exit,
768  .flags   = 0
765   };

Diff Legend

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