summaryrefslogtreecommitdiff
path: root/usr.bin/finger/finger.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 21:10:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 21:10:56 +0000
commit9492ac81c03196dcb3cc04a5cf2730b2b4cfc9ed (patch)
treef72a20b06c6ecaa13177f1d409a4d7e65e6030fb /usr.bin/finger/finger.h
parent658b0ab0595d3151e0471e406bf75b779c6d7b3c (diff)
delete junk protos
Diffstat (limited to 'usr.bin/finger/finger.h')
-rw-r--r--usr.bin/finger/finger.h5
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();