[NeoStats-Devel] [Commits] r2721 - trunk/include
[email protected] Sun, 14 Aug 2005 05:20:00 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Date: Sun Aug 14 03:19:50 2005 New Revision: 2721 Modified: trunk/include/modules.h Log: tidy up module load errors Modified: trunk/include/modules.h ============================================================================== --- trunk/include/modules.h (original) +++ trunk/include/modules.h Sun Aug 14 03:19:50 2005 @@ -37,8 +37,8 @@ void SendModuleEvent( Event event, CmdParams* cmdparams, Module* module_ptr ); int SynchModule( Module* module_ptr ); int SynchAllModules( void ); -void assign_mod_number(Module *mod_ptr); -void insert_module(Module *mod_ptr); -void load_module_error(const Client *target, const char *fmt, ...); +void assign_mod_number( Module *mod_ptr ); +void insert_module( Module *mod_ptr ); +void load_module_error( const Client *target, const char *module_name, const char *fmt, ... ); #endif /* _MODULES_H_ */