#include <nebmodules.h>
Data Fields | |
char * | filename |
char * | args |
char * | info [NEBMODULE_MODINFO_NUMITEMS] |
int | should_be_loaded |
int | is_currently_loaded |
void * | module_handle |
void * | init_func |
void * | deinit_func |
struct nebmodule_struct * | next |
Definition at line 72 of file nebmodules.h.
char * nebmodule_struct::filename |
Definition at line 73 of file nebmodules.h.
char * nebmodule_struct::args |
Definition at line 74 of file nebmodules.h.
char * nebmodule_struct::info |
Definition at line 75 of file nebmodules.h.
Definition at line 76 of file nebmodules.h.
Definition at line 77 of file nebmodules.h.
Definition at line 83 of file nebmodules.h.
void * nebmodule_struct::init_func |
Definition at line 84 of file nebmodules.h.
Definition at line 85 of file nebmodules.h.
struct nebmodule_struct * nebmodule_struct::next [read] |
Definition at line 90 of file nebmodules.h.