summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-09-12 11:41:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-09-12 11:41:31 +0000
commit430410d05f881bc2ae65f2496dd92e9037c5e861 (patch)
treeaa0082efdb567c3df714ea47489f4c6e568c39da /pw/pw.h
parentcc666f9d1a91a808b95a347674765342e3a354ef (diff)
parent17f7f400f6dbf25f9155ce177eea1092f54d2f25 (diff)
downloadpw-darwin-430410d05f881bc2ae65f2496dd92e9037c5e861.tar.gz
pw-darwin-430410d05f881bc2ae65f2496dd92e9037c5e861.zip
Merge from head
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h2
1 files changed, 2 insertions, 0 deletions
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);