#include <modules.h>

Data Fields | |
| int(* | func )(int argc, char **argv) |
| int | core |
| char * | name |
| char * | mod_name |
| EvtHook * | next |
Definition at line 250 of file modules.h.
| int EvtHook_::core |
Definition at line 252 of file modules.h.
Referenced by addCoreEventHook(), and moduleAddEventHook().
| int(* EvtHook_::func)(int argc, char **argv) |
Definition at line 251 of file modules.h.
Referenced by createEventHook(), destroyEventHook(), and event_process_hook().
| char* EvtHook_::mod_name |
Definition at line 254 of file modules.h.
Referenced by createEventHook(), delEventHook(), destroyEventHook(), event_process_hook(), moduleAddEventHook(), and prepForUnload().
| char* EvtHook_::name |
Definition at line 253 of file modules.h.
Referenced by addEventHook(), createEventHook(), delEventHook(), destroyEventHook(), displayEventHook(), moduleAddEventHook(), and moduleEventDelHook().
Definition at line 255 of file modules.h.
Referenced by addEventHook(), createEventHook(), delEventHook(), destroyEventHook(), displayEventHook(), event_process_hook(), and prepForUnload().
1.7.1