summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
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);