Re: [PATCH] disallow duplicate group names
Shawn <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <878wsnlij4.fsf@juicebox.i-did-not-set--mail-host-address--so-tickle-me> |
Ali Gholami Rudi <[email protected]> writes: > + if (groups_get_group_by_name (ARG_STRING (0))) > + if (groups_get_group_by_name (ARG_STRING (0))) > + if (groups_get_group_by_name (ARG_STRING (0))) > rp_group *groups_find_group_by_name (char *s); > +rp_group *groups_get_group_by_name (char *s); Doesn't groups_find_group_by_name work for these cases? -Shawn