diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-12 11:41:31 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-12 11:41:31 +0000 |
| commit | dfac825697674070ff717c02263d3aab9c9d62bd (patch) | |
| tree | d0a9241fb6cc89559109f7e769218add7566865b /pw/pw.h | |
| parent | cdfbaf3700b5e6732bc50f13b3e65ef7c576086c (diff) | |
| parent | 9c04af5e0b95f4cebcc065c168ec58a4851b4764 (diff) | |
| download | pw-darwin-dfac825697674070ff717c02263d3aab9c9d62bd.tar.gz pw-darwin-dfac825697674070ff717c02263d3aab9c9d62bd.zip | |
Merge from head
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); |
