Exemplo n.º 1
0
int gr_remove (const char *name)
{
	return commonio_remove (&group_db, name);
}
Exemplo n.º 2
0
int
spw_remove(const char *name)
{
	return commonio_remove(&shadow_db, name);
}
Exemplo n.º 3
0
int pw_remove (const char *name)
{
	return commonio_remove (&passwd_db, name);
}