diff options
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 6f8b9b4095b..d3fc11fc35a 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.24 2003/06/02 20:18:42 millert Exp $ */ +/* $OpenBSD: util.h,v 1.25 2004/04/20 23:20:07 millert Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -97,7 +97,7 @@ int pw_abort(void); void pw_init(void); void pw_edit(int, const char *); void pw_prompt(void); -void pw_copy(int, int, struct passwd *); +void pw_copy(int, int, const struct passwd *, const struct passwd *); void pw_getconf(char *, size_t, const char *, const char *); int pw_scan(char *, struct passwd *, int *); void pw_error(const char *, int, int); |