From 3d74b5c10650f07d510792f90ecaa4bcae1fd896 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 17 Oct 1996 15:25:47 +0000 Subject: (psout): Add TOP parameter. --- utils/psout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/psout.h') diff --git a/utils/psout.h b/utils/psout.h index f9c44484..06f15d73 100644 --- a/utils/psout.h +++ b/utils/psout.h @@ -27,6 +27,7 @@ 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, 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__ */ -- cgit v1.2.3