|
|
Locate a set by name in a set list
Ns_Set *Ns_SetListFind(
Ns_Set **sets,
char *name
);
The Ns_SetListFind function returns the set of the given name in NULL-terminated array of sets most likely generated by the Ns_SetSplit function.