diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 13:08:12 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 13:08:12 +0000 |
commit | dc74a95b3c87ac7e618302b89dfff6205c05cfc0 (patch) | |
tree | fbec41ef52ae0a75c11b7d0680ed9332a01d7335 /usr.bin/finger | |
parent | 2083e11126e9022e069b7be58976843f8e734a2d (diff) | |
parent | 297505f8fa9ec32b558f82504c27404854c3e313 (diff) | |
download | FreeBSD-src-dc74a95b3c87ac7e618302b89dfff6205c05cfc0.zip FreeBSD-src-dc74a95b3c87ac7e618302b89dfff6205c05cfc0.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r23690,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h index 2b675f1..b213fe4 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 + * @(#)extern.h 8.2 (Berkeley) 4/28/95 */ extern char tbuf[1024]; /* Temp buffer for anybody. */ @@ -40,7 +40,6 @@ extern DB *db; /* Database. */ void enter_lastlog __P((PERSON *)); PERSON *enter_person __P((struct passwd *)); void enter_where __P((struct utmp *, PERSON *)); -void err __P((const char *, ...)); PERSON *find_person __P((char *)); void lflag_print __P((void)); int match __P((struct passwd *, char *)); |