summaryrefslogtreecommitdiff
path: root/usr.bin/systat/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/engine.h')
-rw-r--r--usr.bin/systat/engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/engine.h b/usr.bin/systat/engine.h
index 8ca071f8bcc..18c9edcb324 100644
--- a/usr.bin/systat/engine.h
+++ b/usr.bin/systat/engine.h
@@ -1,4 +1,4 @@
-/* $Id: engine.h,v 1.7 2011/04/05 07:35:32 mpf Exp $ */
+/* $Id: engine.h,v 1.8 2013/09/07 11:43:49 reyk Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org>
*
@@ -148,6 +148,7 @@ extern int sortdir;
extern useconds_t udelay;
extern int dispstart;
extern int interactive;
+extern int averageonly;
extern int maxprint;
extern int paused;
extern int rawmode;