diff options
Diffstat (limited to 'utils/psout.h')
-rw-r--r-- | utils/psout.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/utils/psout.h b/utils/psout.h index f9c44484..f4469ac4 100644 --- a/utils/psout.h +++ b/utils/psout.h @@ -1,6 +1,6 @@ /* Common output function for ps & w - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -23,10 +23,12 @@ #include <ps.h> -void psout (struct proc_stat_list *procs, - char *fmt_string, int posix_fmt, struct ps_fmt_specs *specs, - char *sort_key_name, int sort_reverse, +void psout (const struct proc_stat_list *procs, + const char *fmt_string, int posix_fmt, + const struct ps_fmt_specs *specs, + const char *sort_key_name, int sort_reverse, int output_width, int print_heading, - int squash_bogus_fields, int squash_nominal_fields); + int squash_bogus_fields, int squash_nominal_fields, + int top); #endif /* __PSOUT_H__ */ |