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, 1 insertions, 1 deletions
diff --git a/pw/pw.h b/pw/pw.h
index a1ed0c4..5950681 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -108,7 +108,7 @@ struct carg *getarg(struct cargs * _args, int ch);
int pw_user(struct userconf * cnf, int mode, struct cargs * _args);
int pw_group(struct userconf * cnf, int mode, struct cargs * _args);
-char *pw_checkname(u_char *name, int gecos);
+char *pw_checkname(char *name, int gecos);
int addnispwent(const char *path, struct passwd *pwd);
int delnispwent(const char *path, const char *login);