diff options
author | Miles Bader <miles@gnu.org> | 1996-10-17 15:25:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-10-17 15:25:47 +0000 |
commit | 3d74b5c10650f07d510792f90ecaa4bcae1fd896 (patch) | |
tree | ca1de4b2b311f77dbce169e7cc45b7eff9e7c333 /utils/psout.h | |
parent | 43adb5c2b1e1bd8c32961524e769a458c660ef11 (diff) | |
download | hurd-3d74b5c10650f07d510792f90ecaa4bcae1fd896.tar.gz hurd-3d74b5c10650f07d510792f90ecaa4bcae1fd896.tar.bz2 hurd-3d74b5c10650f07d510792f90ecaa4bcae1fd896.zip |
(psout):
Add TOP parameter.
Diffstat (limited to 'utils/psout.h')
-rw-r--r-- | utils/psout.h | 3 |
1 files changed, 2 insertions, 1 deletions
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__ */ |