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 | 430410d05f881bc2ae65f2496dd92e9037c5e861 (patch) | |
| tree | aa0082efdb567c3df714ea47489f4c6e568c39da /pw/pw.h | |
| parent | cc666f9d1a91a808b95a347674765342e3a354ef (diff) | |
| parent | 17f7f400f6dbf25f9155ce177eea1092f54d2f25 (diff) | |
| download | pw-darwin-430410d05f881bc2ae65f2496dd92e9037c5e861.tar.gz pw-darwin-430410d05f881bc2ae65f2496dd92e9037c5e861.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); |
