summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2003-09-09 22:05:38 +0000
committeritojun <itojun@NetBSD.org>2003-09-09 22:05:38 +0000
commit99dfdf20e2e4039899e8a6e8fa854fcb6092fc7a (patch)
tree81c1da07fd116f9235b35da1c7a4d65f9cd007e1 /include
parent24a3a1d96413ba22745d97f8d5f82c46df87a90e (diff)
prototype for pw_dup(3)
Diffstat (limited to 'include')
-rw-r--r--include/pwd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pwd.h b/include/pwd.h
index b30ed13cd29..8625298965c 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pwd.h,v 1.29 2003/08/07 09:44:11 agc Exp $ */
+/* $NetBSD: pwd.h,v 1.30 2003/09/09 22:05:38 itojun Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -143,6 +143,7 @@ int uid_from_user __P((const char *, uid_t *));
int pwcache_userdb __P((int (*)(int), void (*)(void),
struct passwd * (*)(const char *),
struct passwd * (*)(uid_t)));
+struct passwd *pw_dup __P((const struct passwd *));
#endif
__END_DECLS