diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:10:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:10:56 +0000 |
commit | 9492ac81c03196dcb3cc04a5cf2730b2b4cfc9ed (patch) | |
tree | f72a20b06c6ecaa13177f1d409a4d7e65e6030fb /usr.bin/finger/finger.h | |
parent | 658b0ab0595d3151e0471e406bf75b779c6d7b3c (diff) |
delete junk protos
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(); |