diff options
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index ede380866..aa7ab38c6 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -45,8 +45,9 @@ class pwdgrp void read_passwd (); void read_group (); char *add_line (char *); - char *pwdgrp::next_str (char = 0); - int pwdgrp::next_int (char = 0); + char *next_str (char = 0); + int next_int (char = 0); + void reparse (char *); public: int curr_lines; |