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

Comparing ircd-hybrid-8/include/modules.h (file contents):
Revision 1403 by michael, Fri Sep 30 10:47:53 2011 UTC vs.
Revision 1404 by michael, Thu May 10 20:41:45 2012 UTC

# Line 61 | Line 61 | extern void load_core_modules(int);
61   extern void add_conf_module(const char *);
62   /* load all modules listed in conf */
63   extern void load_conf_modules(void);
64 + extern void modules_init(void);
65  
66   extern int unload_one_module(const char *, int);
67   extern int modules_valid_suffix(const char *);
68 < extern int load_one_module(const char *, int);
69 < extern int load_a_module(const char *, int, int);
68 > extern int load_one_module(const char *);
69 > extern int load_a_module(const char *, int);
70   extern struct module *findmodule_byname(const char *);
70 extern void modules_init(void);
71   #endif /* INCLUDED_modules_h */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines