set_type
type : R_TYPE types { set_type($2); }
static void set_type(int);
return (auth_group->set_type(type));
return (t_auth_group->set_type(type));
ag->set_type(auth_type::NO_AUTHENTICATION);
ag->set_type(auth_type::DENY);
ag->set_type(auth_type::DENY);
bool set_type(const char *str);
void set_type(auth_type type);