diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:16:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:16:48 +0000 |
commit | b590d5fa47f64ba95e8d2b85507b1eca62c2f8ac (patch) | |
tree | 553f7f61f46277664ade81c8c019bcf42ceec49d /lib/libc/gen/getpwent.c | |
parent | 5783f1537989600c05141f2643ba6131b7cd31a1 (diff) |
protos
Diffstat (limited to 'lib/libc/gen/getpwent.c')
-rw-r--r-- | lib/libc/gen/getpwent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index ee14e8016d0..fafe24a9ed7 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -29,7 +29,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: getpwent.c,v 1.30 2003/06/02 20:18:34 millert Exp $"; +static char rcsid[] = "$OpenBSD: getpwent.c,v 1.31 2003/06/25 21:16:47 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -79,6 +79,7 @@ static int __ypexclude_add(const char *); static int __ypexclude_is(const char *); static void __ypexclude_free(void); static void __ypproto_set(void); +static int __ypparse(struct passwd *pw, char *s); /* macro for deciding which YP maps to use. */ #define PASSWD_BYNAME \ |