#define __BEGIN_DECLS
#define __END_DECLS
See: | Type struct _NUTCOMPONENT |
See: | Type struct _NUTCOMPONENT |
struct _NUTCOMPONENTOPTION | |
{ | |
NUTCOMPONENTOPTION* nco_nxt; | |
NUTCOMPONENTOPTION* nco_prv; | |
NUTCOMPONENT* nco_compo; | |
char* nco_name; | |
int nco_enabled; | |
int nco_active; | |
char* nco_active_if; | |
char* nco_value; | |
char** nco_exclusivity; | |
} |
struct _NUTCOMPONENT | |
{ | |
NUTCOMPONENT* nc_nxt; | |
NUTCOMPONENT* nc_prv; | |
NUTCOMPONENT* nc_parent; | |
NUTCOMPONENT* nc_child; | |
NUTCOMPONENTOPTION* nc_opts; | |
char* nc_name; | |
int nc_enabled; | |
char* nc_active_if; | |
char** nc_exclusivity; | |
} |
See: | Type struct _NUTREPOSITORY |
struct _NUTREPOSITORY | |
{ | |
void* nr_ls; | |
char* nr_dir; | |
char* nr_name; | |
} |