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 977 by michael, Mon Jul 20 02:59:18 2009 UTC vs.
Revision 978 by michael, Sun Aug 9 09:47:58 2009 UTC

# Line 67 | Line 67 | extern void _modinit(void);
67   extern void _moddeinit(void);
68  
69   extern void dynlink_init(void);
70 < extern int unload_one_module(char *, int);
70 > extern int unload_one_module(const char *, int);
71   extern int modules_valid_suffix(const char *);
72 < extern int load_one_module(char *, int);
73 < extern int load_a_module(char *, int, int);
72 > extern int load_one_module(const char *, int);
73 > extern int load_a_module(const char *, int, int);
74   extern dlink_node *findmodule_byname(const char *);
75   extern void modules_init(void);
76   #endif /* INCLUDED_modules_h */

Diff Legend

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