From bc539790827cbc69585a6ec393f04705e5825eff Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 11 Jul 2015 16:58:47 +0000 Subject: Separate usernext/groupnext from the main functions --- pw/pw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pw/pw.h') diff --git a/pw/pw.h b/pw/pw.h index 6239004..ed3b715 100644 --- a/pw/pw.h +++ b/pw/pw.h @@ -83,7 +83,9 @@ struct carg *addarg(struct cargs * _args, int ch, char *argstr); struct carg *getarg(struct cargs * _args, int ch); int pw_user(int mode, char *name, long id, struct cargs * _args); +int pw_usernext(struct userconf *cnf, bool quiet); int pw_group(int mode, char *name, long id, struct cargs * _args); +int pw_groupnext(struct userconf *cnf, bool quiet); char *pw_checkname(char *name, int gecos); int addnispwent(const char *path, struct passwd *pwd); -- cgit v1.2.3