diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-11 16:58:47 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-11 16:58:47 +0000 |
| commit | bc539790827cbc69585a6ec393f04705e5825eff (patch) | |
| tree | c3215810fbc65c9822841e624e57d35862880af7 /pw/pw.h | |
| parent | b1002b3c03d08cb2ba07261fcb5363561004a077 (diff) | |
| download | pw-darwin-bc539790827cbc69585a6ec393f04705e5825eff.tar.gz pw-darwin-bc539790827cbc69585a6ec393f04705e5825eff.zip | |
Separate usernext/groupnext from the main functions
Diffstat (limited to 'pw/pw.h')
| -rw-r--r-- | pw/pw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
