diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-16 20:19:51 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-16 20:19:51 +0000 |
| commit | f3073b05b72fe3f7bc68d6838b1225acc27da725 (patch) | |
| tree | 753510a45014ce84706fa2914051fe1c649cbf01 /bin/ps/extern.h | |
| parent | 4086fd8e7099ca35116a758ca185f8ca186b5fe9 (diff) | |
Notes
Diffstat (limited to 'bin/ps/extern.h')
| -rw-r--r-- | bin/ps/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 054dd74b954b8..58777e3a4f04e 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -69,6 +69,7 @@ void pri(KINFO *, VARENT *); void printheader(void); void priorityr(KINFO *, VARENT *); void rgroupname(KINFO *, VARENT *); +void rss(KINFO *, VARENT *); void runame(KINFO *, VARENT *); void rvar(KINFO *, VARENT *); int s_rgroupname(KINFO *); |
