struct group
struct group { // fields struct group* next; char* name; char* filename; char* next_server; te_dhcp_option* options; };
struct group { // fields struct group* next; char* name; char* filename; char* next_server; te_dhcp_option* options; };