unsigned int mux_control_states()

in core.c [291:294]


unsigned int mux_control_states(struct mux_control *mux)
{
	return mux->states;
}