From 9492ac81c03196dcb3cc04a5cf2730b2b4cfc9ed Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 25 Jun 2003 21:10:56 +0000 Subject: delete junk protos --- usr.bin/finger/finger.h | 5 +---- usr.bin/finger/util.c | 5 +++-- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'usr.bin') 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(); diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index aefbbaa4a08..0c570af2063 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.17 2003/06/10 22:20:46 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/ -static char rcsid[] = "$OpenBSD: util.c,v 1.17 2003/06/10 22:20:46 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $"; #endif /* not lint */ #include @@ -57,6 +57,7 @@ static char rcsid[] = "$OpenBSD: util.c,v 1.17 2003/06/10 22:20:46 deraadt Exp $ #include "extern.h" char *estrdup(char *); +WHERE *walloc(PERSON *pn); void find_idle_and_ttywrite(WHERE *w) -- cgit v1.2.3