#include <modules.h>
Definition at line 251 of file modules.h.
Data Fields | |
| int | core |
| int(* | func )(int argc, char **argv) |
| char * | mod_name |
| char * | name |
| EvtHook * | next |
| int EvtHook_::core |
Definition at line 253 of file modules.h.
Referenced by addCoreEventHook(), and moduleAddEventHook().
| int(* EvtHook_::func)(int argc, char **argv) |
Referenced by createEventHook(), destroyEventHook(), and event_process_hook().
| char* EvtHook_::mod_name |
Definition at line 255 of file modules.h.
Referenced by createEventHook(), delEventHook(), destroyEventHook(), event_process_hook(), and moduleAddEventHook().
| char* EvtHook_::name |
Definition at line 254 of file modules.h.
Referenced by addEventHook(), createEventHook(), delEventHook(), destroyEventHook(), displayEventHook(), moduleAddEventHook(), and moduleEventDelHook().
Definition at line 256 of file modules.h.
Referenced by addEventHook(), createEventHook(), delEventHook(), destroyEventHook(), displayEventHook(), and event_process_hook().
1.5.1-20070107