summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/systat.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/systat.h')
-rw-r--r--usr.bin/systat/systat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h
index a77ea7f..1b4322c 100644
--- a/usr.bin/systat/systat.h
+++ b/usr.bin/systat/systat.h
@@ -33,10 +33,10 @@
#include <curses.h>
struct cmdtab {
- const char *c_name; /* command name */
- void (*c_refresh)(void); /* display refresh */
- void (*c_fetch)(void); /* sets up data structures */
- void (*c_label)(void); /* label display */
+ const char *c_name; /* command name */
+ void (*c_refresh)(void); /* display refresh */
+ void (*c_fetch)(void); /* sets up data structures */
+ void (*c_label)(void); /* label display */
int (*c_init)(void); /* initialize namelist, etc. */
WINDOW *(*c_open)(void); /* open display */
void (*c_close)(WINDOW *); /* close display */
OpenPOWER on IntegriCloud