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

Comparing:
ircd-hybrid-7.2/include/modules.h (file contents), Revision 978 by michael, Sun Aug 9 09:47:58 2009 UTC vs.
ircd-hybrid-7.3/include/modules.h (file contents), Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC

# Line 38 | Line 38 | struct module
38    char *name;
39    const char *version;
40    void *handle;
41  int core;
41    void (*modremove)(void);
42 +  int core;
43   };
44  
45   struct module_path

Diff Legend

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