aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top/top.h')
-rw-r--r--usr.bin/top/top.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/top/top.h b/usr.bin/top/top.h
index e4f8c49bdb7d..685a647cd32b 100644
--- a/usr.bin/top/top.h
+++ b/usr.bin/top/top.h
@@ -25,8 +25,6 @@ extern int Header_lines; /* 7 */
char *itoa();
char *itoa7();
-char *version_string();
-
/* Special atoi routine returns either a non-negative number or one of: */
#define Infinity -1
#define Invalid -2