summaryrefslogtreecommitdiff
path: root/usr.bin/top/screen.h
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2008-09-24 18:53:56 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2008-09-24 18:53:56 +0000
commit326269c600fa4ff9243d6e8e4988629967631cd8 (patch)
tree79d7b5924d74bf89e896c936bf5db224f62a8380 /usr.bin/top/screen.h
parentbd231c68deb9e80e7bea5fcde9b0d7c3a2693341 (diff)
remove unused function
from tobias@ ok otto@ tobias@
Diffstat (limited to 'usr.bin/top/screen.h')
-rw-r--r--usr.bin/top/screen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/top/screen.h b/usr.bin/top/screen.h
index 1b1af60df4b..1c3cfc2cccd 100644
--- a/usr.bin/top/screen.h
+++ b/usr.bin/top/screen.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: screen.h,v 1.5 2007/05/29 00:56:56 otto Exp $ */
+/* $OpenBSD: screen.h,v 1.6 2008/09/24 18:53:55 chl Exp $ */
/*
* Top users/processes display for Unix
@@ -53,4 +53,3 @@ extern void end_screen(void);
extern void reinit_screen(void);
extern void get_screensize(void);
extern void go_home(void);
-extern int putstdout(int);