* pwdgrp.cc (pwdgrp::reparse): Declare.
* uinfo.cc (pwdgrp::reparse): Define. * grp.cc (pwdgrp::parse_group): Use.
This commit is contained in:
@ -410,6 +410,12 @@ pwdgrp::next_str (char c)
|
||||
return res;
|
||||
}
|
||||
|
||||
void
|
||||
pwdgrp::reparse (char *in_lptr)
|
||||
{
|
||||
lptr = in_lptr;
|
||||
}
|
||||
|
||||
int
|
||||
pwdgrp::next_int (char c)
|
||||
{
|
||||
|
Reference in New Issue
Block a user