=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/finger.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/finger/finger.h 1996/06/26 05:33:16 1.2 +++ src/usr.bin/finger/finger.h 1997/05/30 23:35:51 1.3 @@ -1,4 +1,4 @@ -/* * $OpenBSD: finger.h,v 1.2 1996/06/26 05:33:16 deraadt Exp $*/ +/* * $OpenBSD: finger.h,v 1.3 1997/05/30 23:35:51 kstailey Exp $*/ /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -82,9 +82,5 @@ PERSON *htab[HSIZE]; /* the buckets */ PERSON *phead, *ptail; /* the linked list of all people */ -int entries; /* number of people */ - PERSON *enter_person(), *find_person(), *palloc(); WHERE *walloc(); - -extern char tbuf[1024]; /* temp buffer for anybody */