summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 16:58:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-11 16:58:47 +0000
commit5809c6a767c19d9ce6cca88efbcd54a6f19b5ce8 (patch)
treecb39d1446d4c98deea9d8fcbfee11bd28219e569 /pw/pw.h
parent6b05c812aab670bc774bcc5dcc38cfc87a401ab6 (diff)
downloadpw-darwin-5809c6a767c19d9ce6cca88efbcd54a6f19b5ce8.tar.gz
pw-darwin-5809c6a767c19d9ce6cca88efbcd54a6f19b5ce8.tar.zst
pw-darwin-5809c6a767c19d9ce6cca88efbcd54a6f19b5ce8.zip
Separate usernext/groupnext from the main functions
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);