summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorlum <lum@cvs.openbsd.org>2011-02-06 05:20:26 +0000
committerlum <lum@cvs.openbsd.org>2011-02-06 05:20:26 +0000
commit3302c093117803384e72262451cf7e2ddfc73468 (patch)
tree3dfe4dd72c19ea4ab618f8272551aa3eaa553c5d /usr.bin
parentf3b459b4e19b211a4bfbbbbb42a08df73d45a4bb (diff)
Remove duplicated prototypes.
ok miod@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/pftop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/systat/pftop.c b/usr.bin/systat/pftop.c
index e1434d97262..ba92542f705 100644
--- a/usr.bin/systat/pftop.c
+++ b/usr.bin/systat/pftop.c
@@ -1,4 +1,4 @@
-/* $Id: pftop.c,v 1.16 2010/10/28 16:08:10 deraadt Exp $ */
+/* $OpenBSD: pftop.c,v 1.17 2011/02/06 05:20:25 lum Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar
* Copyright (c) 2001 Daniel Hartmeier
@@ -88,9 +88,6 @@ int select_rules(void);
int read_rules(void);
void print_rules(void);
-int print_header(void);
-int keyboard_callback(int ch);
-
int select_queues(void);
int read_queues(void);
void print_queues(void);