summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2011-02-06 05:20:25 +0000
committerlum <lum@openbsd.org>2011-02-06 05:20:25 +0000
commitabe7472d0a74d1d16456faa110858d85689f23a8 (patch)
tree3365d769419020b418abbc6fcd84851a18dd3833
parentmore tests found in my other tree (diff)
downloadwireguard-openbsd-abe7472d0a74d1d16456faa110858d85689f23a8.tar.xz
wireguard-openbsd-abe7472d0a74d1d16456faa110858d85689f23a8.zip
Remove duplicated prototypes.
ok miod@
-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);