Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-25 19:34:32 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-25 19:34:32 +0300
commita53ddfe6c29df694c1e4c84179f3f4e95e3dbf06 (patch)
treed799d1c11b1fb9712aafa7b471c34283ff935c1d /winsup/cygwin/pwdgrp.h
parent4f7e12dd266a28d72693b090e3ae8d2a49926005 (diff)
* pwdgrp.cc (pwdgrp::reparse): Declare.
* uinfo.cc (pwdgrp::reparse): Define. * grp.cc (pwdgrp::parse_group): Use.
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r--winsup/cygwin/pwdgrp.h5
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;