2 * Top users/processes display for Unix
5 * This program may be freely redistributed,
6 * but this entire comment MUST remain intact.
8 * Copyright (c) 1984, 1989, William LeFebvre, Rice University
9 * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
10 * Copyright (c) 2016, Randy Westlund
15 void show_errors(void);
16 int error_count(void);
52 const char * const desc
;
53 bool available_to_dumb
;
57 extern const struct command all_commands
[];
59 #endif /* COMMANDS_H */