diff options
author | 2001-07-13 22:14:07 +0000 | |
---|---|---|
committer | 2001-07-13 22:14:07 +0000 | |
commit | c2da31f4e61ddc3a359f23cd77cb37f30292548b (patch) | |
tree | 2910864dff6f0285c8c6c0c3ed57f1cc43a702ba /lib/libutil/check_expire.3 | |
parent | Add/Update info for all Canadian provinces as provided by (diff) | |
download | wireguard-openbsd-c2da31f4e61ddc3a359f23cd77cb37f30292548b.tar.xz wireguard-openbsd-c2da31f4e61ddc3a359f23cd77cb37f30292548b.zip |
Make the list of required #includes match reality.
Diffstat (limited to 'lib/libutil/check_expire.3')
-rw-r--r-- | lib/libutil/check_expire.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/check_expire.3 b/lib/libutil/check_expire.3 index 78078e0d20e..714a93a5377 100644 --- a/lib/libutil/check_expire.3 +++ b/lib/libutil/check_expire.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: check_expire.3,v 1.1 2000/11/27 05:55:47 millert Exp $ +.\" $OpenBSD: check_expire.3,v 1.2 2001/07/13 22:14:07 millert Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -29,6 +29,7 @@ .Nm check_expire .Nd check for password expiration .Sh SYNOPSIS +.Fd #include <stdio.h> .Fd #include <util.h> .Ft int .Fn login_check_expire "FILE *back" "struct passwd *pwd" "char *class" "int lastchance" |