diff options
Diffstat (limited to 'usr.bin/finger/finger.h')
-rw-r--r-- | usr.bin/finger/finger.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index d07c6a34cda..a4c3c406f7e 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: finger.h,v 1.4 2003/06/03 02:56:08 millert Exp $*/ +/* * $OpenBSD: finger.h,v 1.5 2003/06/25 21:10:55 deraadt Exp $*/ /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -77,6 +77,3 @@ typedef struct where { PERSON *htab[HSIZE]; /* the buckets */ PERSON *phead, *ptail; /* the linked list of all people */ - -PERSON *enter_person(), *find_person(), *palloc(); -WHERE *walloc(); |