summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-03-24 17:20:24 +0000
committertrasz <trasz@FreeBSD.org>2011-03-24 17:20:24 +0000
commit7a8bd43974c3b65965d0a1661898bf7a3f1ff052 (patch)
tree980af12c457ea8c63e75a33eb60c2b8270f7a7a4 /bin/ps/extern.h
parent6e5f09a2229c3dafda3b8dd3581af91e48db5919 (diff)
downloadFreeBSD-src-7a8bd43974c3b65965d0a1661898bf7a3f1ff052.zip
FreeBSD-src-7a8bd43974c3b65965d0a1661898bf7a3f1ff052.tar.gz
Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index eb1ede6..6103473 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -75,6 +75,8 @@ void runame(KINFO *, VARENT *);
void rvar(KINFO *, VARENT *);
int s_comm(KINFO *);
int s_label(KINFO *);
+int s_loginclass(KINFO *);
+int s_logname(KINFO *);
int s_rgroupname(KINFO *);
int s_runame(KINFO *);
int s_uname(KINFO *);
OpenPOWER on IntegriCloud